aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-07-31 02:14:49 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-07-31 02:14:49 +0000
commit6d0d838cebdf2bcd5c03f5449a1888f1e120496f (patch)
tree46b9e6dca16e099590a536e64e51f1c5eeae1205 /doc/src
parentc4c194f100475e04806c891ac942542b88c15554 (diff)
downloadpostgresql-6d0d838cebdf2bcd5c03f5449a1888f1e120496f.tar.gz
postgresql-6d0d838cebdf2bcd5c03f5449a1888f1e120496f.zip
Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since we don't need 'em
anymore.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/libpq.sgml8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index ee971acd11f..2e26532836e 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -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">
@@ -387,12 +387,6 @@ PostgresPollingStatusType PQconnectPoll(PGconn *conn)
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.
</para>