Have libpgport link before libpq so that PG client applications are more
authorBruce Momjian <bruce@momjian.us>
Fri, 25 Mar 2005 18:17:14 +0000 (18:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 25 Mar 2005 18:17:14 +0000 (18:17 +0000)
commita562c53ea735d21b8a264980dc16cf49c2d567ff
tree31e70e8987aedb35bb53e090b2fed9a4dc2053f9
parent9ce503b99210d728a287318d9822708c096d74d3
Have libpgport link before libpq so that PG client applications are more
immunte to changes in libpq's usage of pgport between major versions.
14 files changed:
contrib/dbase/Makefile
contrib/findoidjoins/Makefile
contrib/oid2name/Makefile
contrib/pg_autovacuum/Makefile
contrib/pg_dumplo/Makefile
contrib/pgbench/Makefile
contrib/vacuumlo/Makefile
src/Makefile.global.in
src/bin/initdb/Makefile
src/bin/pg_ctl/Makefile
src/bin/pg_dump/Makefile
src/bin/psql/Makefile
src/bin/scripts/Makefile
src/test/examples/Makefile