]> granicus.if.org Git - postgresql/commitdiff
Update list of platforms that have a list of exported symbols.
authorBruce Momjian <bruce@momjian.us>
Fri, 28 Apr 2006 02:59:11 +0000 (02:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 28 Apr 2006 02:59:11 +0000 (02:59 +0000)
src/port/README

index 8314f9533fee982b803c89d127a3891853044d95..838584823ebc215920a0c7b51eee731a4ed39e25 100644 (file)
@@ -23,4 +23,6 @@ applications.
 from libpgport are linked first.  This avoids having applications
 dependent on symbols that are _used_ by libpq, but not intended to be
 exported by libpq.  libpq's libpgport usage changes over time, so such a
-dependency is a problem.  Win32 uses export list of symbols for libpq.
+dependency is a problem.  Win32, Linux, and Darin use an export list to
+control the symbols exported by libpq.
+