Ensure that the phrels sets of PlaceHolderVars appearing in an AppendRelInfo's
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Nov 2008 19:05:21 +0000 (19:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Nov 2008 19:05:21 +0000 (19:05 +0000)
commit7a425d33daa59628a30e78c03004615bf50a61e3
treece107eb0a5173f4d7e38dfebfd0d9934a9cb318d
parent276203780a41827bcb1163f15c02370e50027f13
Ensure that the phrels sets of PlaceHolderVars appearing in an AppendRelInfo's
translated_vars list get updated when pulling up an appendrel member.  It's
not clear that this really matters at present, since relatively little gets
done with the outputs of an appendrel child relation; but it probably will
come back to bite us sometime if we leave them with the wrong values.
src/backend/optimizer/prep/prepjointree.c