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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #1148: server restarts depending on stats options
Date: 2004-05-08 02:07:42
Message-ID: 200405080207.i4827gq05396@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Peter Eisentraut wrote:
> 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

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.")));

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-05-08 02:54:35 Re: [BUGS] BUG #1148: server restarts depending on stats options
Previous Message Peter Eisentraut 2004-05-07 20:32:50 Re: [BUGS] BUG #1148: server restarts depending on stats options

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-08 02:54:35 Re: [BUGS] BUG #1148: server restarts depending on stats options
Previous Message Rod Taylor 2004-05-07 21:21:44 Re: NEXT VALUE FOR...