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

Commitf329290

Browse files
committed
More comment for libpgeasy.
1 parent2e05d3e commitf329290

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎src/interfaces/libpgeasy/libpgeasy.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@
2727
staticPGconn*conn;
2828
staticPGresult*res=NULL;
2929

30+
staticinttuple;/* stores fetch location */
31+
3032
#defineON_ERROR_STOP0
3133
#defineON_ERROR_CONTINUE1
3234

33-
staticinton_error_state=ON_ERROR_STOP;
35+
staticinton_error_state=ON_ERROR_STOP;/* halt on errors? */
3436

35-
staticintin_result_block= FALSE;
37+
staticintin_result_block= FALSE;
3638
staticintwas_get_unset_result= FALSE;
3739

38-
/* LOCAL VARIABLES */
39-
staticinttuple;
40-
4140
/*
4241
*
4342
*connectdb - returns PGconn structure

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp