You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add back required libpq static linking flags (#2011)
Add back the following linker options:
* -lpgcommon
* -lpgport
These got removed at some point to test if they were still needed (they
are), but for some reason never got added back.
Resolves: #2009
0 commit comments