diff --git a/src/backend/distributed/commands/dependencies.c b/src/backend/distributed/commands/dependencies.c index 156f06136..b3665fd18 100644 --- a/src/backend/distributed/commands/dependencies.c +++ b/src/backend/distributed/commands/dependencies.c @@ -32,7 +32,7 @@ typedef bool (*AddressPredicate)(const ObjectAddress *); static int ObjectAddressComparator(const void *a, const void *b); static List * GetDependencyCreateDDLCommands(const ObjectAddress *dependency); -static List *GetCitusTableDDLCommandList(Oid relationId); +static List * GetCitusTableDDLCommandList(Oid relationId); static List * FilterObjectAddressListByPredicate(List *objectAddressList, AddressPredicate predicate);