001_update_postgresql_conf_sample.patch

application/octet-stream

Filename: 001_update_postgresql_conf_sample.patch
Type: application/octet-stream
Part: 0
Message: Minor adjustment: Update the range of the commit_siblings parameter.
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index f62b61967ef..08bcef50c19 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -256,7 +256,7 @@
 #wal_skip_threshold = 2MB
 
 #commit_delay = 0			# range 0-100000, in microseconds
-#commit_siblings = 5			# range 1-1000
+#commit_siblings = 5			# range 0-1000
 
 # - Checkpoints -