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
42864d7069
commit
2f45493366
|
@ -149,7 +149,7 @@ static bool IsDropSchemaOrDB(Node *parsetree);
|
|||
static bool ShouldCheckUndistributeCitusLocalTables(void);
|
||||
static void RunPreprocessMainDBCommand(Node *parsetree, const char *queryString);
|
||||
static void RunPostprocessMainDBCommand(Node *parsetree);
|
||||
static bool IsStatementSupportedIn2PC(Node *parsetree);
|
||||
static bool IsStatementSupportedInNonMainDb(Node *parsetree);
|
||||
static bool DoesStatementRequireMarkDistributedFor2PC(Node *parsetree);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue