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

Commitbaaad23

Browse files
committed
"debug" level was supposed to be hidden, since it's just an alias for debug2.
1 parent7b39f48 commitbaaad23

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 3 additions & 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.459 2008/07/01 06:08:31 mha Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.460 2008/07/01 06:36:11 mha Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -178,7 +178,7 @@ static char *config_enum_get_options(struct config_enum *record,
178178
* they sort slightly different (see "log" level)
179179
*/
180180
staticconststructconfig_enum_entryclient_message_level_options[]= {
181-
{"debug",DEBUG2,false},
181+
{"debug",DEBUG2,true},
182182
{"debug5",DEBUG5, false},
183183
{"debug4",DEBUG4, false},
184184
{"debug3",DEBUG3, false},
@@ -195,7 +195,7 @@ static const struct config_enum_entry client_message_level_options[] = {
195195
};
196196

197197
staticconststructconfig_enum_entryserver_message_level_options[]= {
198-
{"debug",DEBUG2,false},
198+
{"debug",DEBUG2,true},
199199
{"debug5",DEBUG5, false},
200200
{"debug4",DEBUG4, false},
201201
{"debug3",DEBUG3, false},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp