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

Use CONNECTION_OK to determine whether startup phase is complete.

This commit is contained in:
Peter Eisentraut
2001-07-06 19:04:23 +00:00
parent 4fc5b32b4b
commit 1e9e5defc2
2 changed files with 3 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq-int.h,v 1.34 2001/07/06 17:58:53 petere Exp $
* $Id: libpq-int.h,v 1.35 2001/07/06 19:04:23 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -278,7 +278,6 @@ struct pg_conn
PQExpBufferData workBuffer; /* expansible string */
int client_encoding;/* encoding id */
int startup_complete;
};
/* String descriptions of the ExecStatusTypes.