Re: [BUGS] BUG #1148: server restarts depending on stats options - Mailing list pgsql-patches

From Tom Lane
Subject Re: [BUGS] BUG #1148: server restarts depending on stats options
Date
Msg-id 20646.1083984875@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] BUG #1148: server restarts depending on stats options  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [BUGS] BUG #1148: server restarts depending on stats options
List pgsql-patches
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.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] BUG #1148: server restarts depending on stats options
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] BUG #1148: server restarts depending on stats options