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
aef7ea6932
commit
4ef4badfb6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue