diff --git a/src/backend/distributed/commands/utility_hook.c b/src/backend/distributed/commands/utility_hook.c index 512f20c44..636ef2df9 100644 --- a/src/backend/distributed/commands/utility_hook.c +++ b/src/backend/distributed/commands/utility_hook.c @@ -1711,6 +1711,9 @@ IsStatementSupportedIn2PC(Node *parsetree) return false; } +/* + * IsObjectTypeSupported returns true if the object type is supported in 2pc + */ bool IsObjectTypeSupported(Node *parsetree, TwoPcStatementInfo twoPcSupportedStatement) { NodeTag type = nodeTag(parsetree);