summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-05-10 10:19:57 +0900
committerMichael Paquier <michael@paquier.xyz>2023-05-10 10:19:57 +0900
commit4d47eff99cc08255f0ae3cc27dc24cc9b30a32e7 (patch)
tree2d8c948aa21abb72d280acc1a75ad14d9e44c7d2
parentc5b7f67fcc8c4a01c82660eb0996a3c697fac283 (diff)
downloadpostgresql-4d47eff99cc08255f0ae3cc27dc24cc9b30a32e7.tar.gz
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
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index b70c66ca87..11a4cf6cfb 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -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 -