OSDN Git Service

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)
commit6b7ef076b52f89178ab567f49170786cb2d83645
tree65c7dba9a9b76bd20f1233700b48d1154df8931b
parent410fede0dd8e2effd05aa97baba9fe0fbb23b915
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