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)
commit1f95921c01d3b3b8fac13657b8a3f1357efa56a0
treece13848076197dc722816be6ef4987554590eae0
parenta20e16d0ec079bf76ec9598ea52405eb73a8aa42
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