Remove unnecessary members from ModifyTableState and ExecInsert
Alvaro Herrera <alvherre@alvh.no-ip.org>
Remove unnecessary members from ModifyTableState and ExecInsert These values can be obtained from the ModifyTable node which is already a part of both the ModifyTableState and ExecInsert. Author: Álvaro Herrera, Amit Langote Reviewed-by: Peter Geoghegan Discussion: https://postgr.es/m/20180316151303.rml2p5wffn3o6qy6@alvherre.pgsql
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execPartition.c | modified | +2 −2 |
| src/backend/executor/nodeModifyTable.c | modified | +19 −15 |
| src/include/nodes/execnodes.h | modified | +0 −3 |
Discussion
- ON CONFLICT DO UPDATE for partitioned tables 53 messages · 2018-02-28 → 2018-04-20