mirror of https://github.com/citusdata/citus.git
Adds comnment for the new method
parent
f7dce78534
commit
2da1fb1ff8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue