Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5000472

Browse files
committed
Remove quotes from boolean recovery.conf.sample parameters, now that the
quotes are not required. This now matches postgresql.conf's specification of booleans.
1 parent 075354a commit 5000472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# This file consists of lines of the form:
1515
#
16-
# name = 'value'
16+
# name = value
1717
#
1818
# Comments are introduced with '#'.
1919
#
@@ -75,7 +75,7 @@
7575
#
7676
#recovery_target_xid = ''
7777
#
78-
#recovery_target_inclusive = 'true'
78+
#recovery_target_inclusive = true
7979
#
8080
#
8181
# If you want to recover into a timeline other than the "main line" shown in
@@ -93,7 +93,7 @@
9393
# connection settings primary_conninfo, and receives XLOG records
9494
# continuously.
9595
#
96-
#standby_mode = 'off'
96+
#standby_mode = off
9797
#
9898
#primary_conninfo = '' # e.g. 'host=localhost port=5432'
9999
#

0 commit comments

Comments
 (0)