]> granicus.if.org Git - postgresql/commit
nodeAppend tried to deal with multiple result relations, but apparently it never
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Jun 2000 05:16:38 +0000 (05:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Jun 2000 05:16:38 +0000 (05:16 +0000)
commit6bdbd41f2dbbf7d2a00e35de9c823e5569e4c9a8
tree3f47fcd2241993482cf5709185682a9057744349
parent6307b01b53b56fd155bc2ce8ff7dc424822288d5
nodeAppend tried to deal with multiple result relations, but apparently it never
really worked.  Until now.
src/backend/executor/execMain.c
src/backend/executor/nodeAppend.c