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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [BUGS] BUG #1148: server restarts depending on stats options
Дата
Msg-id 200405080300.i4830ZK07694@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #1148: server restarts depending on stats options  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Thanks:
>
> >     errmsg("cannot enable parameter when \"log_statement_stats\" is true.")));
> >     errmsg("cannot enable \"log_statement_stats\" when \"log_parser_stats\",\n"
> >         "\"log_planner_stats\", or \"log_executor_stats\" is true.")));
>
> Still not right: no trailing period on errmsg() strings.

Yea, found that after posting.  Fixed another problem one in guc.c.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #1148: server restarts depending on stats options
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: NEXT VALUE FOR...