-
- Downloads
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.
Showing
- doc/src/sgml/config.sgml 14 additions, 15 deletionsdoc/src/sgml/config.sgml
- src/backend/tcop/fastpath.c 23 additions, 1 deletionsrc/backend/tcop/fastpath.c
- src/backend/tcop/postgres.c 64 additions, 32 deletionssrc/backend/tcop/postgres.c
- src/include/tcop/tcopprot.h 2 additions, 1 deletionsrc/include/tcop/tcopprot.h
Loading
Please register or sign in to comment