File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.276 2009/02/06 18:18:54 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.277 2009/02/06 19:24:12 momjian Exp $ -->
22
33<chapter id="libpq">
44 <title><application>libpq</application> - C Library</title>
6767 <note>
6868 <para>
6969 On Windows, there is a way to improve performance if a single
70- database connection is repeated started and shutdown. Internally,
70+ database connection is repeatedly started and shutdown. Internally,
7171 libpq calls WSAStartup() and WSACleanup() for connection startup
7272 and shutdown, respectively. WSAStartup() increments an internal
7373 Windows library reference count which is decremented by WSACleanup().
You can’t perform that action at this time.
0 commit comments