Reindent table partitioning code.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +20 −20 |
| src/backend/catalog/partition.c | modified | +11 −11 |
| src/backend/commands/copy.c | modified | +9 −10 |
| src/backend/commands/trigger.c | modified | +1 −1 |
| src/backend/executor/execMain.c | modified | +12 −12 |
| src/backend/executor/nodeModifyTable.c | modified | +23 −22 |
| src/backend/utils/adt/ruleutils.c | modified | +15 −15 |
| src/include/catalog/heap.h | modified | +6 −6 |
| src/include/catalog/indexing.h | modified | +1 −1 |
| src/include/catalog/partition.h | modified | +14 −14 |
| src/include/catalog/pg_class.h | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +1 −1 |
| src/include/commands/defrem.h | modified | +1 −1 |
| src/include/nodes/parsenodes.h | modified | +10 −10 |
| src/include/utils/rel.h | modified | +5 −5 |