mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Reindent table partitioning code.
We've accumulated quite a bit of stuff with which pgindent is not quite happy in this code; clean it up to provide a less-annoying base for future pgindent runs.
This commit is contained in:
@@ -42,7 +42,7 @@ extern bool CheckIndexCompatible(Oid oldId,
|
||||
List *attributeList,
|
||||
List *exclusionOpNames);
|
||||
extern Oid GetDefaultOpClass(Oid type_id, Oid am_id);
|
||||
extern Oid ResolveOpClass(List *opclass, Oid attrType,
|
||||
extern Oid ResolveOpClass(List *opclass, Oid attrType,
|
||||
char *accessMethodName, Oid accessMethodId);
|
||||
|
||||
/* commands/functioncmds.c */
|
||||
|
Reference in New Issue
Block a user