citus indent

velioglu/wo_seq_test_1
Burak Velioglu 2022-01-16 15:44:45 +03:00
parent fc307afdc4
commit 9dc9d0d4dd
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 1 additions and 1 deletions

View File

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