We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7bb2d commit 9fc69d6Copy full SHA for 9fc69d6
src/port/README
@@ -23,4 +23,6 @@ applications.
23
from libpgport are linked first. This avoids having applications
24
dependent on symbols that are _used_ by libpq, but not intended to be
25
exported by libpq. libpq's libpgport usage changes over time, so such a
26
-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
27
+control the symbols exported by libpq.
28
+
0 commit comments