mirror of https://github.com/citusdata/citus.git
Update src/backend/distributed/commands/utility_hook.c
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>pull/7404/head
parent
3189159703
commit
58bddca01c
|
@ -1699,7 +1699,7 @@ IsStatementSupportedIn2PC(Node *parsetree)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* DoesStatementRequireMarkDistributedFor2PC returns true if the statement should be marked
|
* DoesStatementRequireMarkDistributedFor2PC returns true if the statement should be marked
|
||||||
* as distributed in 2pc
|
* as distributed when executed from a non-main database.
|
||||||
*/
|
*/
|
||||||
static bool
|
static bool
|
||||||
DoesStatementRequireMarkDistributedFor2PC(Node *parsetree)
|
DoesStatementRequireMarkDistributedFor2PC(Node *parsetree)
|
||||||
|
|
Loading…
Reference in New Issue