fix_sample.patch

text/x-diff

Filename: fix_sample.patch
Type: text/x-diff
Part: 0
Message: fix stats_fetch_consistency value in postgresql.conf.sample

Patch

Format: unified
File+
src/backend/utils/misc/postgresql.conf.sample 1 1
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index a5a6d14cd4..48ad80cf2e 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -619,7 +619,7 @@
 #track_io_timing = off
 #track_wal_io_timing = off
 #track_functions = none			# none, pl, all
-#stats_fetch_consistency = none
+#stats_fetch_consistency = cache
 
 
 # - Monitoring -