mirror of https://github.com/citusdata/citus.git
fix rebalancer
parent
9785dd1a87
commit
ec3db23bf2
|
@ -1530,7 +1530,7 @@ CreateSubscriptions(MultiConnection *sourceConnection,
|
||||||
appendStringInfo(createSubscriptionCommand,
|
appendStringInfo(createSubscriptionCommand,
|
||||||
"CREATE SUBSCRIPTION %s CONNECTION %s PUBLICATION %s "
|
"CREATE SUBSCRIPTION %s CONNECTION %s PUBLICATION %s "
|
||||||
"WITH (citus_use_authinfo=true, create_slot=false, "
|
"WITH (citus_use_authinfo=true, create_slot=false, "
|
||||||
"copy_data=false, enabled=false, slot_name=%s",
|
"copy_data=false, enabled=false, slot_name=%s, password_required=false",
|
||||||
quote_identifier(target->subscriptionName),
|
quote_identifier(target->subscriptionName),
|
||||||
quote_literal_cstr(conninfo->data),
|
quote_literal_cstr(conninfo->data),
|
||||||
quote_identifier(target->publication->name),
|
quote_identifier(target->publication->name),
|
||||||
|
|
Loading…
Reference in New Issue