|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
11 | 11 | *
|
12 | 12 | * IDENTIFICATION
|
13 |
| - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.306 2006/01/05 10:07:46 petere Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.307 2006/01/08 20:13:33 tgl Exp $ |
14 | 14 | *
|
15 | 15 | *--------------------------------------------------------------------
|
16 | 16 | */
|
@@ -147,9 +147,7 @@ static const char *show_tcp_keepalives_count(void);
|
147 | 147 | /*
|
148 | 148 | * GUC option variables that are exported from this module
|
149 | 149 | */
|
150 |
| -#ifdefUSE_ASSERT_CHECKING |
151 | 150 | boolassert_enabled= true;
|
152 |
| -#endif |
153 | 151 | boollog_duration= false;
|
154 | 152 | boolDebug_print_plan= false;
|
155 | 153 | boolDebug_print_parse= false;
|
|