Refactor partition tuple routing code to reduce duplication.
Robert Haas <rhaas@postgresql.org>
Refactor partition tuple routing code to reduce duplication. Amit Langote
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/copy.c | modified | +15 −57 |
| src/backend/executor/execMain.c | modified | +92 −0 |
| src/backend/executor/nodeModifyTable.c | modified | +15 −61 |
| src/include/executor/executor.h | modified | +5 −0 |