Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite57fe38

Browse files
committed
Fix old, misleading comment for PGRES_POLLING_ACTIVE.
The comment implies that we can eventually remove this, but perdiscussion, we actually don't want to do that ever, in order tomaintain compatibility.Jelte Fennema-Nio, reviewed by Tristan PartinDiscussion:http://postgr.es/m/CAGECzQTO72jKed5461W8cytV2Msh_e+WUZjOyX_RUQCbjk4LRA@mail.gmail.com
1 parent12b964d commite57fe38

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
typedefenum

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp