提交 b101e4f0 编写于 作者: J Jacob Champion 提交者: Adam Berlin

Re-enable logging_collector GUC for use in tests

We need logging_collector to be turned off so that the tests can check
the logfile contents.
Co-authored-by: NJamie McAtamney <jmcatamney@pivotal.io>
Co-authored-by: NJesse Zhang <jzhang@pivotal.io>
上级 9d80c8cd
......@@ -1349,8 +1349,8 @@ static struct config_bool ConfigureNamesBool[] =
NULL, NULL, NULL
},
{
{"logging_collector", PGC_POSTMASTER, DEFUNCT_OPTIONS,
gettext_noop("Defunct: Start a subprocess to capture stderr output and/or csvlogs into log files."),
{"logging_collector", PGC_POSTMASTER, LOGGING_WHERE,
gettext_noop("Start a subprocess to capture stderr output and/or csvlogs into log files."),
NULL
},
&Logging_collector,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册