Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcbf3993

Browse files
committed
Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per
Stefan Kaltenbrunner.
1 parentedfbd07 commitcbf3993

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

Lines changed: 1 addition & 3 deletions
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-
#ifdefUSE_ASSERT_CHECKING
151150
boolassert_enabled= true;
152-
#endif
153151
boollog_duration= false;
154152
boolDebug_print_plan= false;
155153
boolDebug_print_parse= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp