OSDN Git Service

Partial fix for copied-plan bugs reported by Hiroshi Inoue:
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Mar 1999 00:02:42 +0000 (00:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Mar 1999 00:02:42 +0000 (00:02 +0000)
commite0345e09bf420833ce0647c616414a2913148f1e
tree7b94d17e81719dfe431dfc9ce099bfa1d58b0549
parentb204d10c79b5177026565a0db531a86f585f09f4
Partial fix for copied-plan bugs reported by Hiroshi Inoue:
_copyResult didn't copy subPlan structure completely.  _copyAgg is still
busted, apparently because of changes from EXCEPT/INTERSECT patch
(get_agg_tlist_references is no longer sufficient to find all aggregates).
No time to look at that tonight, however.
src/backend/nodes/copyfuncs.c
src/backend/optimizer/plan/subselect.c
src/include/optimizer/subselect.h