Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5000472

Browse files
committed
Remove quotes from boolean recovery.conf.sample parameters, now that the
quotes are not required. This now matches postgresql.conf'sspecification of booleans.
1 parent075354a commit5000472

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)

[8]ページ先頭

©2009-2025 Movatter.jp