projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
c995bd1
)
Fix typo in docs.
author
Bruce Momjian
<
[email protected]
>
Fri, 6 Feb 2009 19:24:12 +0000
(19:24 +0000)
committer
Bruce Momjian
<
[email protected]
>
Fri, 6 Feb 2009 19:24:12 +0000
(19:24 +0000)
doc/src/sgml/libpq.sgml
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index be2d9c304bc61214fd0c1c626eab280f823c654a..b9c27853fec89998007358a23b03443a7d479444 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-67,7
+67,7
@@
<note>
<para>
On Windows, there is a way to improve performance if a single
- database connection is repeated started and shutdown. Internally,
+ database connection is repeated
ly
started and shutdown. Internally,
libpq calls WSAStartup() and WSACleanup() for connection startup
and shutdown, respectively. WSAStartup() increments an internal
Windows library reference count which is decremented by WSACleanup().