From: Bruce Momjian Date: Fri, 28 Apr 2006 02:59:11 +0000 (+0000) Subject: Update list of platforms that have a list of exported symbols. X-Git-Tag: REL8_2_BETA1~1047 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=9fc69d669efaf8b2f9e8aa043c005c97d83b00e6;p=postgresql.git Update list of platforms that have a list of exported symbols. --- diff --git a/src/port/README b/src/port/README index 8314f9533fe..838584823eb 100644 --- a/src/port/README +++ b/src/port/README @@ -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. +