|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.276 2009/02/0618:18:54 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.277 2009/02/0619:24:12 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq"> |
4 | 4 | <title><application>libpq</application> - C Library</title> |
|
67 | 67 | <note> |
68 | 68 | <para> |
69 | 69 | On Windows, there is a way to improve performance if a single |
70 | | - database connection isrepeated started and shutdown. Internally, |
| 70 | + database connection isrepeatedly started and shutdown. Internally, |
71 | 71 | libpq calls WSAStartup() and WSACleanup() for connection startup |
72 | 72 | and shutdown, respectively. WSAStartup() increments an internal |
73 | 73 | Windows library reference count which is decremented by WSACleanup(). |
|