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

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
pull/7404/head
Gürkan İndibay 2024-02-19 17:04:38 +03:00 committed by GitHub
parent aef7ea6932
commit 4ef4badfb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1745,7 +1745,8 @@ MarkObjectDistributedFromNonMainDb(Node *parsetree)
/*
* GetMarkObjectDistributedParams returns ObjectInfo for the target object of given parsetree.
* GetMarkObjectDistributedParams returns MarkObjectDistributedParams for the target
* object of given parsetree.
*/
static MarkObjectDistributedParams
GetMarkObjectDistributedParams(Node *parsetree)