]> granicus.if.org Git - postgresql/commit
Put back copyObject() call I removed in a fit of brain fade. This one
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Feb 2007 17:44:01 +0000 (17:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Feb 2007 17:44:01 +0000 (17:44 +0000)
commit4756ff3dca903dfc525d1c27fd00fad8ca328188
treee981dd0127e998a732224e293641c90baabbb0fc
parent7395c761594fbd0f36f6659378c776659167ad7f
Put back copyObject() call I removed in a fit of brain fade.  This one
is still needed despite cleanups in setrefs.c, because the point is to
let the inserted Result node compute a different tlist than its input
node does.  Per example from Jeremy Drake.
src/backend/optimizer/plan/createplan.c