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:
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user