mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 09:40:40 -04:00
Document values of stats_fetch_consistency in postgresql.conf.sample
Issue noted while looking at a patch related to that. Discussion: https://postgr.es/m/ZE9LiFc7JdNHokz/@paquier.xyz
This commit is contained in:
parent
c5b7f67fcc
commit
4d47eff99c
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@
|
|||
#track_io_timing = off
|
||||
#track_wal_io_timing = off
|
||||
#track_functions = none # none, pl, all
|
||||
#stats_fetch_consistency = cache
|
||||
#stats_fetch_consistency = cache # cache, none, snapshot
|
||||
|
||||
|
||||
# - Monitoring -
|
||||
|
|
|
|||
Loading…
Reference in a new issue