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

From Bruce Momjian
Subject Re: fix log_min_duration_statement logic error
Date
Msg-id 200310090241.h992fxM07050@candle.pha.pa.us
Whole thread Raw
In response to fix log_min_duration_statement logic error  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
pgman wrote:
>
> OK, patch attached and applied.  Changes are:
>
>     "query:" now "statement:"
>     log_duration also now prints when log_min_duration_statement prints

Oh, sample is:

LOG:  statement: select 1;
LOG:  duration: 0.329 ms
LOG:  duration: 0.329 ms  statement: select 1;

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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: fix log_min_duration_statement logic error
Next
From: Karel Zak
Date:
Subject: 7.4: pg_dumplo fix