Install a cleaner solution to the AIX libpq linking problem, as per
Tom Lane <tgl@sss.pgh.pa.us>
Install a cleaner solution to the AIX libpq linking problem, as per an earlier discussion. Centralize assumptions about what libpq depends on in one place in Makefile.global. I am unconvinced that this list is complete, but since ecpg seems to have gotten along with just these entries, we'll try it this way and see what happens.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dblink/Makefile | modified | +1 −4 |
| src/interfaces/ecpg/compatlib/Makefile | modified | +2 −3 |
| src/interfaces/ecpg/ecpglib/Makefile | modified | +2 −3 |
| src/Makefile.global.in | modified | +12 −11 |