From ac0919842941ebd8de8fb1c60499e95a15fcca43 Mon Sep 17 00:00:00 2001 From: Burak Velioglu Date: Wed, 16 Feb 2022 01:53:16 +0300 Subject: [PATCH] Address reviews --- src/backend/distributed/commands/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)