Re: log_min_duration_statement #2

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: log_min_duration_statement #2
Date: 2003-06-11 17:59:57
Message-ID: 200306111759.h5BHxva23060@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


OK, patch applied. I adjusted the documentation to not mention the
maximum (seemed unnecessary). I also adjusted the output to be clearer
by placing the duration at the start, with no 'sec' legend:

LOG: duration_statement: 0.020185 select * from pg_language, pg_class;

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
> OK,
>
> This limits max value to INT_MAX / 1000.
>
> Chris

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

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

Attachment Content-Type Size
unknown_filename text/plain 6.9 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2003-06-11 19:25:01 Nested transactions: deferred triggers
Previous Message Jason Tishler 2003-06-11 17:51:08 Re: Cygwin PostgreSQL CVS Patch