pgsql: Ensure that the phrels sets of PlaceHolderVars appearing in an

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that the phrels sets of PlaceHolderVars appearing in an
Date: 2008-11-11 19:05:21
Message-ID: 20081111190521.86E9C7545A4@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/optimizer/prep:
prepjointree.c (r1.59 -> r1.60)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/prep/prepjointree.c?r1=1.59&r2=1.60)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-11-11 20:06:22 pgsql: Mention the tup_fetched column in pg_stat_database.
Previous Message Tom Lane 2008-11-11 18:13:54 pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken