diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 9903cdef640..c51fe03d9d8 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -91,21 +91,6 @@ </para> </warning> - <note> - <para> - On Windows, there is a way to improve performance if a single - database connection is repeatedly started and shutdown. Internally, - libpq calls <function>WSAStartup()</> and <function>WSACleanup()</> for connection startup - and shutdown, respectively. <function>WSAStartup()</> increments an internal - Windows library reference count which is decremented by <function>WSACleanup()</>. - When the reference count is just one, calling <function>WSACleanup()</> frees - all resources and all DLLs are unloaded. This is an expensive - operation. To avoid this, an application can manually call - <function>WSAStartup()</> so resources will not be freed when the last database - connection is closed. - </para> - </note> - <variablelist> <varlistentry id="libpq-pqconnectdbparams"> <term><function>PQconnectdbParams</function><indexterm><primary>PQconnectdbParams</></></term> |