Have libpgport link before libpq so that PG client applications are more
Bruce Momjian <bruce@momjian.us>
Have libpgport link before libpq so that PG client applications are more immunte to changes in libpq's usage of pgport between major versions.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dbase/Makefile | modified | +2 −2 |
| contrib/findoidjoins/Makefile | modified | +2 −2 |
| contrib/oid2name/Makefile | modified | +2 −2 |
| contrib/pg_autovacuum/Makefile | modified | +1 −1 |
| contrib/pgbench/Makefile | modified | +2 −2 |
| contrib/pg_dumplo/Makefile | modified | +2 −2 |
| contrib/vacuumlo/Makefile | modified | +2 −2 |
| src/bin/initdb/Makefile | modified | +2 −2 |
| src/bin/pg_ctl/Makefile | modified | +2 −2 |
| src/bin/pg_dump/Makefile | modified | +4 −4 |
| src/bin/psql/Makefile | modified | +2 −2 |
| src/bin/scripts/Makefile | modified | +2 −2 |
| src/Makefile.global.in | modified | +17 −2 |
| src/test/examples/Makefile | modified | +1 −1 |