Use a real RT index when setting up partition tuple routing.
Robert Haas <rhaas@postgresql.org>
Use a real RT index when setting up partition tuple routing. Before, we always used a dummy value of 1, but that's not right when the partitioned table being modified is inside of a WITH clause rather than part of the main query. Amit Langote, reported and reviewd by Etsuro Fujita, with a comment change by me. Discussion: http://postgr.es/m/ee12f648-8907-77b5-afc0-2980bcb0aa37@lab.ntt.co.jp
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/copy.c | modified | +1 −0 |
| src/backend/executor/execMain.c | modified | +2 −1 |
| src/backend/executor/nodeModifyTable.c | modified | +1 −0 |
| src/include/executor/executor.h | modified | +1 −0 |
| src/test/regress/expected/insert.out | modified | +18 −0 |
| src/test/regress/sql/insert.sql | modified | +18 −0 |
Discussion
- Oddity in error handling of constraint violation in ExecConstraints for partitioned tables 15 messages · 2017-07-06 → 2017-07-24