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
58bddca01c
commit
3533461712
|
@ -1677,7 +1677,8 @@ RunPostprocessMainDBCommand(Node *parsetree)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IsStatementSupportedIn2Pc returns true if the statement is supported in 2pc
|
* IsStatementSupportedIn2Pc returns true if the statement is supported from a
|
||||||
|
* non-main database.
|
||||||
*/
|
*/
|
||||||
static bool
|
static bool
|
||||||
IsStatementSupportedIn2PC(Node *parsetree)
|
IsStatementSupportedIn2PC(Node *parsetree)
|
||||||
|
|
Loading…
Reference in New Issue