From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Tweak the behavior of log_duration as proposed by Guillaume Smet: |
Date: | 2006-09-08 15:55:53 |
Message-ID: | 20060908155553.99A319FB1DF@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Tweak the behavior of log_duration as proposed by Guillaume Smet: rather
than being equivalent to setting log_min_duration_statement to zero, this
option now forces logging of all query durations, but doesn't force logging
of query text. Also, add duration logging coverage for fastpath function
calls.
Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.84 -> r1.85)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.84&r2=1.85)
pgsql/src/backend/tcop:
fastpath.c (r1.91 -> r1.92)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/fastpath.c.diff?r1=1.91&r2=1.92)
postgres.c (r1.507 -> r1.508)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.507&r2=1.508)
pgsql/src/include/tcop:
tcopprot.h (r1.82 -> r1.83)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/tcop/tcopprot.h.diff?r1=1.82&r2=1.83)
From | Date | Subject | |
---|---|---|---|
Next Message | User Cmaj | 2006-09-08 16:25:50 | pgaccess - pgaccess: make tab imports with wizard a little easier |
Previous Message | Michael Meskes | 2006-09-08 14:58:28 | pgsql: Not all C compilers understand the "//" comment in this test |