We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b964d commit e57fe38Copy full SHA for e57fe38
src/interfaces/libpq/libpq-fe.h
@@ -91,8 +91,7 @@ typedef enum
91
PGRES_POLLING_READING, /* These two indicate that one may */
92
PGRES_POLLING_WRITING, /* use select before polling again. */
93
PGRES_POLLING_OK,
94
- PGRES_POLLING_ACTIVE /* unused; keep for awhile for backwards
95
- * compatibility */
+ PGRES_POLLING_ACTIVE /* unused; keep for backwards compatibility */
96
} PostgresPollingStatusType;
97
98
typedef enum
0 commit comments