diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-24 20:45:31 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-24 20:45:31 -0400 |
commit | 7caaeaf3607fae91318f24debce3dc017ca299a3 (patch) | |
tree | a669017f987d80514f7a837bc60639964714511b /src/backend/commands/operatorcmds.c | |
parent | c1156411ad0879a71956b64aa487babe7572685b (diff) | |
download | postgresql-7caaeaf3607fae91318f24debce3dc017ca299a3.tar.gz postgresql-7caaeaf3607fae91318f24debce3dc017ca299a3.zip |
Link libpq after libpgfeutils to satisfy Windows linker.
Some of the non-MSVC Windows buildfarm members seem to need this to avoid
getting "undefined symbol" errors on libpgfeutils' references to libpq.
I could understand that if libpq were a static library, but surely it is
not? Oh well, at least the extra reference is no more harmful than it is
for libpgcommon or libpgport.
Diffstat (limited to 'src/backend/commands/operatorcmds.c')
0 files changed, 0 insertions, 0 deletions