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 13:16:27 +03:00 committed by GitHub
parent 58bddca01c
commit 3533461712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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
IsStatementSupportedIn2PC(Node *parsetree)