projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ef6a3
)
Fix minor syntax error.
author
Tom Lane
<
[email protected]
>
Thu, 21 Mar 2002 18:28:07 +0000
(18:28 +0000)
committer
Tom Lane
<
[email protected]
>
Thu, 21 Mar 2002 18:28:07 +0000
(18:28 +0000)
src/interfaces/ecpg/preproc/ecpg.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/ecpg.c
b/src/interfaces/ecpg/preproc/ecpg.c
index 968218a3290159742cb7dd3023feccac20756051..d4e35e5a1ea96dc4283b43b43eb5a1e4e3548dad 100644
(file)
--- a/
src/interfaces/ecpg/preproc/ecpg.c
+++ b/
src/interfaces/ecpg/preproc/ecpg.c
@@
-1,4
+1,4
@@
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.5
4 2002/03/21 09:42:50 meskes
Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.5
5 2002/03/21 18:28:07 tgl
Exp $ */
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
/* (C) Michael Meskes <
[email protected]
> Feb 5th, 1998 */
@@
-17,7
+17,7
@@
extern char *optarg;
#include "extern.h"
int ret_value = 0,
- autocommit = false
;
+ autocommit = false
,
auto_create_c = false;
struct _include_path *include_paths = NULL;
struct cursor *cur = NULL;