log_min_duration_statement feature

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Subject: log_min_duration_statement feature
Date: 2003-04-22 15:37:32
Message-ID: 20030422233603.N10547-200000@houston.familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

OK,

I've implemented the TODO feature:

* Add GUC log_statement_and_duration to print statement and >= min
duration

..except I've given it a more consistent name.

This new feature will really help me find slow queries in my codebase.

The only thing that I'm not 100% on is the ong >= int * 1000 comparison I
do - will that overflow if the user has supplied max int?

Chris

Attachment Content-Type Size
guc.txt text/plain 7.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-04-22 15:52:31 Re: log_min_duration_statement feature
Previous Message Tilo Schwarz 2003-04-22 15:14:07 Re: Are we losing momentum?