]> granicus.if.org Git - postgresql/commitdiff
Remove quotes from boolean recovery.conf.sample parameters, now that the
authorBruce Momjian <bruce@momjian.us>
Fri, 24 Dec 2010 16:51:51 +0000 (11:51 -0500)
committerBruce Momjian <bruce@momjian.us>
Fri, 24 Dec 2010 16:51:51 +0000 (11:51 -0500)
quotes are not required.  This now matches postgresql.conf's
specification of booleans.

src/backend/access/transam/recovery.conf.sample

index d0d57deea0106d90015138c5ce08f24145b367f0..146ad0394bf9ded81245bc2d9bc6f7a177fb16ec 100644 (file)
@@ -13,7 +13,7 @@
 #
 # This file consists of lines of the form:
 #
-#   name = 'value'
+#   name = value
 #
 # Comments are introduced with '#'.
 #
@@ -75,7 +75,7 @@
 #
 #recovery_target_xid = ''
 #
-#recovery_target_inclusive = 'true'
+#recovery_target_inclusive = true
 #
 #
 # If you want to recover into a timeline other than the "main line" shown in
@@ -93,7 +93,7 @@
 # connection settings primary_conninfo, and receives XLOG records
 # continuously.
 #
-#standby_mode = 'off'
+#standby_mode = off
 #
 #primary_conninfo = ''         # e.g. 'host=localhost port=5432'
 #