1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.

Mistake in 5891c7a8ed, likely made when switching the default value from none
to fetch during development.

Reported-By: Nathan Bossart <nathandbossart@gmail.com>
Author: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/20220524220147.GA1298892@nathanxps13
This commit is contained in:
Andres Freund
2022-05-24 21:24:13 -07:00
parent 335e444f22
commit 98f897339b

View File

@ -619,7 +619,7 @@
#track_io_timing = off #track_io_timing = off
#track_wal_io_timing = off #track_wal_io_timing = off
#track_functions = none # none, pl, all #track_functions = none # none, pl, all
#stats_fetch_consistency = none #stats_fetch_consistency = cache
# - Monitoring - # - Monitoring -