Document values of stats_fetch_consistency in postgresql.conf.sample
authorMichael Paquier <[email protected]>
Wed, 10 May 2023 01:19:57 +0000 (10:19 +0900)
committerMichael Paquier <[email protected]>
Wed, 10 May 2023 01:19:57 +0000 (10:19 +0900)
Issue noted while looking at a patch related to that.

Discussion: https://postgr.es/m/ZE9LiFc7JdNHokz/@paquier.xyz

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

index b70c66ca8763c0375e6d5e2ab9bd11ca16c7799c..11a4cf6cfbb011c6d975bb56072257fffbea9463 100644 (file)
 #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 -