Skip to content

Commit c99d889

Browse files
author
Michael Conrad
committed
Add single quotes to config template
1 parent 9e6746a commit c99d889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/postgresql.conf-9.6.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ track_commit_timestamp = {{'on' if postgresql_track_commit_timestamp else 'off'
244244

245245
# These settings are ignored on a standby server.
246246

247-
synchronous_standby_names = {{postgresql_synchronous_standby_num_sync}} ({{postgresql_synchronous_standby_names|join(',')}}) # standby servers that provide sync rep
247+
synchronous_standby_names = '{{postgresql_synchronous_standby_num_sync}} ({{postgresql_synchronous_standby_names|join(',')}})' # standby servers that provide sync rep
248248
# number of sync standbys and comma-separated list of application_name
249249
# from standby(s); '*' = all
250250
vacuum_defer_cleanup_age = {{postgresql_vacuum_defer_cleanup_age}} # number of xacts by which cleanup is delayed

0 commit comments

Comments
 (0)