Re: fix log_min_duration_statement logic error - Mailing list pgsql-patches

From Tom Lane
Subject Re: fix log_min_duration_statement logic error
Date
Msg-id 2196.1065375644@sss.pgh.pa.us
Whole thread Raw
In response to Re: fix log_min_duration_statement logic error  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: fix log_min_duration_statement logic error  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: fix log_min_duration_statement logic error  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: fix log_min_duration_statement logic error  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Peter Eisentraut <peter_e@gmx.net> writes:
> Tom Lane writes:
>> BTW, EXPLAIN ANALYZE puts out
>> Total runtime: 406.53 msec
>> Do you want to make an exception to the string freeze to change this
>> to "ms"?

> I just realized, all the things that are sent as a query result instead of
> an error or notice are not gettext-enabled.  I guess we'll have to do
> without that in this release.  So, making the above change does not pose a
> problem.

Okay, I'll make that change.  Any opinions about the 2-vs-3-digit issue?

            regards, tom lane

pgsql-patches by date:

Previous
From: ohp@pyrenet.fr
Date:
Subject: Re: fix log_min_duration_statement logic error
Next
From: Bruce Momjian
Date:
Subject: Re: fix log_min_duration_statement logic error