Update src/backend/distributed/commands/utility_hook.c

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
pull/7404/head
Gürkan İndibay 2024-01-29 16:33:42 +03:00 committed by GitHub
parent 42864d7069
commit 2f45493366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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