mirror of https://github.com/citusdata/citus.git
Address reviews
parent
25d4e9ad51
commit
ac09198429
|
@ -1186,7 +1186,7 @@ ShouldPropagateCreateFunction(CreateFunctionStmt *stmt)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If the create command is a part of a multi-statement transaction that is not in
|
* If the create command is a part of a multi-statement transaction that is not in
|
||||||
* sequential mode, don't propagate. Instead we will rely on back filling.
|
* sequential mode, don't propagate.
|
||||||
*/
|
*/
|
||||||
if (IsMultiStatementTransaction() &&
|
if (IsMultiStatementTransaction() &&
|
||||||
MultiShardConnectionType != SEQUENTIAL_CONNECTION)
|
MultiShardConnectionType != SEQUENTIAL_CONNECTION)
|
||||||
|
|
Loading…
Reference in New Issue