diff options
Diffstat (limited to 'src/include/utils/guc.h')
-rw-r--r-- | src/include/utils/guc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index d60f5061b26..182a762cc02 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -7,7 +7,7 @@ * Copyright (c) 2000-2006, PostgreSQL Global Development Group * Written by Peter Eisentraut <peter_e@gmx.net>. * - * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.67 2006/03/07 03:01:22 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.68 2006/05/11 19:15:35 tgl Exp $ *-------------------------------------------------------------------- */ #ifndef GUC_H @@ -120,8 +120,6 @@ extern bool SQL_inheritance; extern bool Australian_timezones; extern bool default_with_oids; -extern bool escape_string_warning; -extern bool standard_conforming_strings; extern int log_min_error_statement; extern int log_min_messages; |