Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e57fe38

Browse files
committed
Fix old, misleading comment for PGRES_POLLING_ACTIVE.
The comment implies that we can eventually remove this, but per discussion, we actually don't want to do that ever, in order to maintain compatibility. Jelte Fennema-Nio, reviewed by Tristan Partin Discussion: http://postgr.es/m/CAGECzQTO72jKed5461W8cytV2Msh_e+WUZjOyX_RUQCbjk4LRA@mail.gmail.com
1 parent 12b964d commit e57fe38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/interfaces/libpq/libpq-fe.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ typedef enum
9191
PGRES_POLLING_READING, /* These two indicate that one may */
9292
PGRES_POLLING_WRITING, /* use select before polling again. */
9393
PGRES_POLLING_OK,
94-
PGRES_POLLING_ACTIVE /* unused; keep for awhile for backwards
95-
* compatibility */
94+
PGRES_POLLING_ACTIVE /* unused; keep for backwards compatibility */
9695
} PostgresPollingStatusType;
9796

9897
typedef enum

0 commit comments

Comments
 (0)