Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cbf3993

Browse files
committed
Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per
Stefan Kaltenbrunner.
1 parent edfbd07 commit cbf3993

File tree

1 file changed

+1
-3
lines changed
  • src/backend/utils/misc

1 file changed

+1
-3
lines changed

src/backend/utils/misc/guc.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* 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 $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -147,9 +147,7 @@ static const char *show_tcp_keepalives_count(void);
147147
/*
148148
* GUC option variables that are exported from this module
149149
*/
150-
#ifdef USE_ASSERT_CHECKING
151150
bool assert_enabled = true;
152-
#endif
153151
bool log_duration = false;
154152
bool Debug_print_plan = false;
155153
bool Debug_print_parse = false;

0 commit comments

Comments
 (0)