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 750ff8b commit 9cbcfcaCopy full SHA for 9cbcfca
src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
*
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.539 2010/02/13 01:32:20 sriggs Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.540 2010/02/17 01:39:35 tgl Exp $
14
15
*--------------------------------------------------------------------
16
*/
@@ -2679,7 +2679,7 @@ static struct config_enum ConfigureNamesEnum[] =
2679
},
2680
2681
{
2682
- {"log_error_verbosity", PGC_SUSET, LOGGING_WHEN,
+ {"log_error_verbosity", PGC_SUSET, LOGGING_WHAT,
2683
gettext_noop("Sets the verbosity of logged messages."),
2684
NULL
2685
0 commit comments