Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ef6a3 commit 6137ed1Copy full SHA for 6137ed1
src/interfaces/ecpg/preproc/ecpg.c
@@ -1,4 +1,4 @@
1
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.54 2002/03/21 09:42:50 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.55 2002/03/21 18:28:07 tgl Exp $ */
2
3
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
4
/* (C) Michael Meskes <[email protected]> Feb 5th, 1998 */
@@ -17,7 +17,7 @@ extern char *optarg;
17
#include "extern.h"
18
19
int ret_value = 0,
20
- autocommit = false;
+ autocommit = false,
21
auto_create_c = false;
22
struct _include_path *include_paths = NULL;
23
struct cursor *cur = NULL;
0 commit comments