提交 cdfac313 编写于 作者: M Marc G. Fournier

I'm getting a SEGV error when testing ecpg using the perftest,or

any other, example program.

I have tracked this down to a call to PQfinish() in ECPGfinish()
that occurs before any connection is established.

From: Keith Parks <emkxp01@mtcc.demon.co.uk>
上级 74e01591
......@@ -24,7 +24,7 @@
#include <libpq-fe.h>
#include <libpq/pqcomm.h>
static PGconn *simple_connection;
static PGconn *simple_connection = NULL;
static int simple_debug = 0;
static FILE *debugstream = NULL;
static int committed = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册