mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since we don't need 'em
anymore.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.63 2001/05/12 22:51:35 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.64 2001/07/31 02:14:49 tgl Exp $
|
||||
-->
|
||||
|
||||
<chapter id="libpq">
|
||||
@ -386,12 +386,6 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn)
|
||||
PQconnectPoll will currently block if libpq is compiled with USE_SSL
|
||||
defined. This restriction may be removed in the future.
|
||||
</para>
|
||||
<para>
|
||||
PQconnectPoll will currently block under Windows, unless libpq is compiled
|
||||
with WIN32_NON_BLOCKING_CONNECTIONS defined. This code has not yet been
|
||||
tested under Windows, and so it is currently off by default. This may be
|
||||
changed in the future.
|
||||
</para>
|
||||
<para>
|
||||
These functions leave the socket in a non-blocking state as if
|
||||
<function>PQsetnonblocking</function> had been called.
|
||||
|
Reference in New Issue
Block a user