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

From Peter Eisentraut
Subject Re: [BUGS] BUG #1148: server restarts depending on stats options
Date
Msg-id 200405072232.50941.peter_e@gmx.net
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 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: NEXT VALUE FOR...
Next
From: Sean Chittenden
Date:
Subject: Re: SEAN CHITTENDEN