Re: fix log_min_duration_statement logic error

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(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-04 18:14:09
Message-ID: Pine.LNX.4.44.0310042013390.2745-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian writes:

> Thanks Peter. Patch attached. I added "(secs)" to the ouput:
>
> LOG: duration(secs): 0.000257
> LOG: duration(secs): 0.000754
> LOG: duration(secs): 0.008115 select * from pg_class;

I think the units typically go after the number.

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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-10-04 18:33:09 Re: fix log_min_duration_statement logic error
Previous Message Peter Eisentraut 2003-10-04 18:13:23 Re: more spanish updates