Re: fix log_min_duration_statement logic error

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: fix log_min_duration_statement logic error
Date: 2003-10-05 16:34:18
Message-ID: Pine.LNX.4.44.0310051831000.2745-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message ohp 2003-10-05 16:39:10 Re: fix log_min_duration_statement logic error
Previous Message Tom Lane 2003-10-05 16:20:52 Re: fix log_min_duration_statement logic error