OSDN Git Service

Arrange to strip libpq.so of symbols that aren't officially supposed to
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Apr 2006 02:53:20 +0000 (02:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Apr 2006 02:53:20 +0000 (02:53 +0000)
commit1e7bb2da573e8e58941c89d20a07b7f8331800e4
treee08bb4bc16d3cf1fe2bf03a87bb602989f82f86a
parent35a0601d0ae0b1ce64bb34ee8df65802f9b1265f
Arrange to strip libpq.so of symbols that aren't officially supposed to
be exported on Linux and Darwin.  We already did this on Windows but
that's not enough, as evidenced by the fact that libecpg had an unexpected
dependency on one such symbol.  We should try to do it on more platforms.
Fix ecpg's oversight, and bump libpq's major .so version number to reflect
the unwanted but nonetheless real ABI break.
src/Makefile.shlib
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/libpq/Makefile