projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81b7b1
)
Darin -> Darwin.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 28 Apr 2006 04:39:41 +0000
(
04:39
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 28 Apr 2006 04:39:41 +0000
(
04:39
+0000)
src/port/README
patch
|
blob
|
blame
|
history
diff --git
a/src/port/README
b/src/port/README
index 838584823ebc215920a0c7b51eee731a4ed39e25..6a8cf5fd6792e9f78357c8802d7e3c84c2d7dd73 100644
(file)
--- a/
src/port/README
+++ b/
src/port/README
@@
-23,6
+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, Linux, and Darin use an export list to
+dependency is a problem. Win32, Linux, and Dar
w
in use an export list to
control the symbols exported by libpq.