Skip to content

Commit 98f8973

Browse files
committed
Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.
Mistake in 5891c7a, 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
1 parent 335e444 commit 98f8973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
#track_io_timing = off
620620
#track_wal_io_timing = off
621621
#track_functions = none # none, pl, all
622-
#stats_fetch_consistency = none
622+
#stats_fetch_consistency = cache
623623

624624

625625
# - Monitoring -

0 commit comments

Comments
 (0)