log_min_duration_statement feature - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject log_min_duration_statement feature
Date
Msg-id 20030422233603.N10547-200000@houston.familyhealth.com.au
Whole thread Raw
Responses Re: log_min_duration_statement feature
List 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

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: holdable cursor mop-up
Next
From: Tom Lane
Date:
Subject: Re: log_min_duration_statement feature