diff --git a/src/backend/distributed/commands/function.c b/src/backend/distributed/commands/function.c index 42b3fc7e0..d08c44972 100644 --- a/src/backend/distributed/commands/function.c +++ b/src/backend/distributed/commands/function.c @@ -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)