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

Lines changed: 1 addition & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy