Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfbd07 commit cbf3993Copy full SHA for cbf3993
src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
10
* Written by Peter Eisentraut <[email protected]>.
11
*
12
* IDENTIFICATION
13
- * $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 $
14
15
*--------------------------------------------------------------------
16
*/
@@ -147,9 +147,7 @@ static const char *show_tcp_keepalives_count(void);
147
/*
148
* GUC option variables that are exported from this module
149
150
-#ifdef USE_ASSERT_CHECKING
151
bool assert_enabled = true;
152
-#endif
153
bool log_duration = false;
154
bool Debug_print_plan = false;
155
bool Debug_print_parse = false;
0 commit comments