Remove extraneous SeqScan node that make_noname was inserting
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Aug 1999 04:15:16 +0000 (04:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Aug 1999 04:15:16 +0000 (04:15 +0000)
commitabee4c299fa18e3b2b8ed1e8b236f3d1f44fc58b
tree47e9d9ffb3e7e193c518fc2c92c55aedcf603d63
parent6defe4949e7cb6c8bf19edf042e27c262c2eed8d
Remove extraneous SeqScan node that make_noname was inserting
above a Sort or Materialize node.  As far as I can tell, the only place
that actually needed that was set_tlist_references, which was being lazy
about checking to see if it had a noname node to fix or not...
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/setrefs.c