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

PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.

Lennert Buytenhek
This commit is contained in:
Bruce Momjian
2003-03-20 06:23:30 +00:00
parent d7f10705b4
commit 44aba28020
3 changed files with 6 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq-fe.h,v 1.88 2003/03/10 22:28:22 tgl Exp $
* $Id: libpq-fe.h,v 1.89 2003/03/20 06:23:30 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -65,7 +65,8 @@ typedef enum
PGRES_POLLING_READING, /* These two indicate that one may */
PGRES_POLLING_WRITING, /* use select before polling again. */
PGRES_POLLING_OK,
PGRES_POLLING_ACTIVE /* Can call poll function immediately. */
PGRES_POLLING_ACTIVE /* unused; keep for awhile for
* backwards compatibility */
} PostgresPollingStatusType;
typedef enum