1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Back out old version and update with newer patch of:

Fix for non-blocking connections in libpq

Bernhard Herzog
This commit is contained in:
Bruce Momjian
2002-03-05 06:07:27 +00:00
parent 66cd6a0fb2
commit 6024ac1ba0
4 changed files with 42 additions and 60 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq-fe.h,v 1.82 2002/03/05 05:20:12 momjian Exp $
* $Id: libpq-fe.h,v 1.83 2002/03/05 06:07:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -282,10 +282,6 @@ extern int PQisnonblocking(const PGconn *conn);
/* Force the write buffer to be written (or at least try) */
extern int PQflush(PGconn *conn);
/*
* Force the write buffer to be written (or at least try)
* (better than PQflush)
*/
extern int PQsendSome(PGconn *conn);
/*