Clean up code, comments, and formatting for table partitioning.
Robert Haas <rhaas@postgresql.org>
Clean up code, comments, and formatting for table partitioning. Amit Langote, plus pgindent-ing by me. Inspired in part by review comments from Tomas Vondra.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +4 −0 |
| src/backend/catalog/partition.c | modified | +2 −2 |
| src/backend/commands/copy.c | modified | +35 −37 |
| src/backend/commands/tablecmds.c | modified | +120 −118 |
| src/backend/executor/nodeModifyTable.c | modified | +11 −11 |
| src/include/catalog/pg_partitioned_table.h | modified | +15 −17 |