]> granicus.if.org Git - postgresql/commit
Tweak the behavior of log_duration as proposed by Guillaume Smet: rather
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2006 15:55:53 +0000 (15:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2006 15:55:53 +0000 (15:55 +0000)
commitb59d31c21571995ca717c29eabd4022f35c35169
tree7d38bffd57599c60e2855fcaaf0d6128a8c242b9
parent0b33c562970e4f23d2fa06b05a6e30254daef3aa
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.
doc/src/sgml/config.sgml
src/backend/tcop/fastpath.c
src/backend/tcop/postgres.c
src/include/tcop/tcopprot.h