]> granicus.if.org Git - postgresql/commitdiff
Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Jan 2006 20:13:33 +0000 (20:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Jan 2006 20:13:33 +0000 (20:13 +0000)
Stefan Kaltenbrunner.

src/backend/utils/misc/guc.c

index ffd49da69ef70c86ed93a438e420d5f49bcae036..9c8fce2aba5041296cc2bfa1231dcf8fc7f708bd 100644 (file)
@@ -10,7 +10,7 @@
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.306 2006/01/05 10:07:46 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.307 2006/01/08 20:13:33 tgl Exp $
  *
  *--------------------------------------------------------------------
  */
@@ -147,9 +147,7 @@ static const char *show_tcp_keepalives_count(void);
 /*
  * GUC option variables that are exported from this module
  */
-#ifdef USE_ASSERT_CHECKING
 bool           assert_enabled = true;
-#endif
 bool           log_duration = false;
 bool           Debug_print_plan = false;
 bool           Debug_print_parse = false;