Skip to content

Commit baaad23

Browse files
committed
"debug" level was supposed to be hidden, since it's just an alias for debug2.
1 parent 7b39f48 commit baaad23

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
static const struct config_enum_entry client_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
static const struct config_enum_entry server_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy