提交 f3292901 编写于 作者: B Bruce Momjian

More comment for libpgeasy.

上级 2e05d3ec
......@@ -27,17 +27,16 @@
static PGconn *conn;
static PGresult *res = NULL;
static int tuple; /* stores fetch location */
#define ON_ERROR_STOP 0
#define ON_ERROR_CONTINUE 1
static int on_error_state = ON_ERROR_STOP;
static int on_error_state = ON_ERROR_STOP; /* halt on errors? */
static int in_result_block = FALSE;
static int in_result_block = FALSE;
static int was_get_unset_result = FALSE;
/* LOCAL VARIABLES */
static int tuple;
/*
*
* connectdb - returns PGconn structure
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册