提交 9cbcfca4 编写于 作者: T Tom Lane

log_error_verbosity is now LOGGING_WHAT category.

上级 750ff8bd
......@@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
* $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 $
*
*--------------------------------------------------------------------
*/
......@@ -2679,7 +2679,7 @@ static struct config_enum ConfigureNamesEnum[] =
},
{
{"log_error_verbosity", PGC_SUSET, LOGGING_WHEN,
{"log_error_verbosity", PGC_SUSET, LOGGING_WHAT,
gettext_noop("Sets the verbosity of logged messages."),
NULL
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册