Copy partitioned_rels lists to avoid shared substructure.
Robert Haas <rhaas@postgresql.org>
Copy partitioned_rels lists to avoid shared substructure. Otherwise, set_plan_refs() can get applied to the same list multiple times through different references, leading to chaos. Amit Langote, Dilip Kumar, and Robert Haas, reviewed by Ashutosh Bapat. Original report by Sveinn Sveinsson. Discussion: http://postgr.es/m/20170517141151.1435.79890@wrigleys.postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/util/pathnode.c | modified | +3 −3 |
| src/test/regress/expected/inherit.out | modified | +31 −0 |
| src/test/regress/sql/inherit.sql | modified | +10 −0 |
Discussion
- BUG #14657: Server process segmentation fault in v10, May 10th dev snapshot 8 messages · 2017-05-17 → 2017-05-19