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

View File

@ -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)