mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix typo.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.84 2004/01/28 09:52:14 meskes Exp $ */
|
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.85 2004/01/28 20:43:03 tgl Exp $ */
|
||||||
|
|
||||||
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
|
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
|
||||||
/* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
|
/* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
|
||||||
@ -21,7 +21,7 @@ int ret_value = 0,
|
|||||||
autocommit = false,
|
autocommit = false,
|
||||||
auto_create_c = false,
|
auto_create_c = false,
|
||||||
system_includes = false,
|
system_includes = false,
|
||||||
force_indicator = true;
|
force_indicator = true,
|
||||||
header_mode = false;
|
header_mode = false;
|
||||||
|
|
||||||
enum COMPAT_MODE compat = ECPG_COMPAT_PGSQL;
|
enum COMPAT_MODE compat = ECPG_COMPAT_PGSQL;
|
||||||
|
Reference in New Issue
Block a user