Re: [BUGS] BUG #1148: server restarts depending on stats options

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [BUGS] BUG #1148: server restarts depending on stats options
Дата
Msg-id 200405072232.50941.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #1148: server restarts depending on stats options  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [BUGS] BUG #1148: server restarts depending on stats options  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian wrote:
> I have applied the attached patch to fix this problem.  Sample output
> is:
>
>     test=> set log_statement_stats = true;
>     SET
>     test=> set log_parser_stats = true;
>     ERROR:  Can not enable parameter when "log_statement_stats" is true.

According to message style guide (and English dictionary):

ERROR:  cannot ... is true


В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: NEXT VALUE FOR...
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: SEAN CHITTENDEN