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

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-05-08 02:07:42 Re: [BUGS] BUG #1148: server restarts depending on stats options
Previous Message Safwan Hak 2004-05-07 16:45:26 Re: Postgre 7.3.x Bug with datetime formatting.

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2004-05-07 20:54:51 Re: SEAN CHITTENDEN
Previous Message Tom Lane 2004-05-07 20:01:48 Re: NEXT VALUE FOR...