mirror of https://github.com/citusdata/citus.git
citus indent
parent
fc307afdc4
commit
9dc9d0d4dd
|
@ -32,7 +32,7 @@ typedef bool (*AddressPredicate)(const ObjectAddress *);
|
||||||
|
|
||||||
static int ObjectAddressComparator(const void *a, const void *b);
|
static int ObjectAddressComparator(const void *a, const void *b);
|
||||||
static List * GetDependencyCreateDDLCommands(const ObjectAddress *dependency);
|
static List * GetDependencyCreateDDLCommands(const ObjectAddress *dependency);
|
||||||
static List *GetCitusTableDDLCommandList(Oid relationId);
|
static List * GetCitusTableDDLCommandList(Oid relationId);
|
||||||
static List * FilterObjectAddressListByPredicate(List *objectAddressList,
|
static List * FilterObjectAddressListByPredicate(List *objectAddressList,
|
||||||
AddressPredicate predicate);
|
AddressPredicate predicate);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue