Adds comnment for the new method

grant_database_2pc_onur_1
gurkanindibay 2024-01-23 16:07:55 +03:00
parent f7dce78534
commit 2da1fb1ff8
1 changed files with 3 additions and 0 deletions

View File

@ -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);