| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Remove useless ps_OuterTupleSlot field from PlanState. |
| Date: | 2008-10-23 14:34:34 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was
used long ago, but in the current code the ecxt_outertuple field of
ExprContext is doing all the work. Spotted by Ran Tang.
Modified Files:
--------------
pgsql/src/backend/executor:
nodeHashjoin.c (r1.95 -> r1.96)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeHashjoin.c?r1=1.95&r2=1.96)
nodeNestloop.c (r1.48 -> r1.49)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeNestloop.c?r1=1.48&r2=1.49)
pgsql/src/include/nodes:
execnodes.h (r1.190 -> r1.191)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/execnodes.h?r1=1.190&r2=1.191)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-10-23 15:29:23 | pgsql: Fix an oversight in two different recent patches: nodes that |
| Previous Message | Magnus Hagander | 2008-10-23 13:31:10 | pgsql: * make pg_hba authoption be a set of 0 or more name=value pairs * |