Address reviews

velioglu/tmpfuncprop
Burak Velioglu 2022-02-16 01:53:16 +03:00
parent 25d4e9ad51
commit ac09198429
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 1 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ ShouldPropagateCreateFunction(CreateFunctionStmt *stmt)
/*
* 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() &&
MultiShardConnectionType != SEQUENTIAL_CONNECTION)