You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}}{%ifpostgresql_synchronous_standby_names != [] %}({{postgresql_synchronous_standby_names|join(',')}}){%endif%}' # standby servers that provide sync rep
248
248
# number of sync standbys and comma-separated list of application_name
249
249
# from standby(s); '*' = all
250
250
vacuum_defer_cleanup_age = {{postgresql_vacuum_defer_cleanup_age}} # number of xacts by which cleanup is delayed
0 commit comments