OSDN Git Service

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)
commit0d7099d2f032461c979323c4800c889e2968bcf2
treecfecf6cc4e698b482ddd075f54df2bd01ac92945
parent04366799694418ed899e95ce45143a699a75116e
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