Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.
authorAndres Freund <andres@anarazel.de>
Wed, 25 May 2022 04:24:13 +0000 (21:24 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 25 May 2022 04:26:39 +0000 (21:26 -0700)
Mistake in 5891c7a8ed8, 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

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

index a5a6d14cd4b07ac516c9c072359054ddecc64be6..48ad80cf2e847766b76acd1cd8c93df10fe99c53 100644 (file)
 #track_io_timing = off
 #track_wal_io_timing = off
 #track_functions = none            # none, pl, all
-#stats_fetch_consistency = none
+#stats_fetch_consistency = cache
 
 
 # - Monitoring -