1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Added GUC configuration options to control access statistics.

Jan
This commit is contained in:
Jan Wieck
2001-07-05 15:19:40 +00:00
parent 2f3bd9eb88
commit 6497a7fd71
4 changed files with 95 additions and 25 deletions

View File

@ -149,6 +149,16 @@
#endif
#
# Access statistics collection
#
#collect_startcollector = true
#collect_resetonpmstart = true
#collect_querystring = false
#collect_tuplelevel = false
#collect_blocklevel = false
#
# Lock Tracing
#