diff options
Diffstat (limited to 'src/include/utils/guc.h')
-rw-r--r-- | src/include/utils/guc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 597f10069fd..ca1f87b1fe1 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -7,7 +7,7 @@ * Copyright (c) 2000-2003, PostgreSQL Global Development Group * Written by Peter Eisentraut <peter_e@gmx.net>. * - * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.44 2004/01/19 19:04:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.45 2004/04/07 05:05:50 momjian Exp $ *-------------------------------------------------------------------- */ #ifndef GUC_H @@ -103,7 +103,6 @@ typedef enum } GucSource; /* GUC vars that are actually declared in guc.c, rather than elsewhere */ -extern bool log_statement; extern bool log_duration; extern bool Debug_print_plan; extern bool Debug_print_parse; |