Copy partitioned_rels lists to avoid shared substructure.

Robert Haas <rhaas@postgresql.org>

Commit: b522759508dae17535f8cd20598a50a409a97f4d
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-05-19T19:26:05Z
Releases: 10.0
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

Discussion