diff options
Diffstat (limited to 'src/bin/psql/startup.c')
| -rw-r--r-- | src/bin/psql/startup.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index 6cbd95da9e..5c79002092 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.137 2006/08/29 22:25:08 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.138 2006/10/04 00:30:06 momjian Exp $ */ #include "postgres_fe.h" @@ -75,7 +75,7 @@ struct adhoc_opts char *action_string; bool no_readline; bool no_psqlrc; - bool single_txn; + bool single_txn; }; static int parse_version(const char *versionString); @@ -760,7 +760,6 @@ checkWin32Codepage(void) concp, wincp); } } - #endif |
