]> granicus.if.org Git - postgresql/commit
Fix problems with subselects used in GROUP BY expressions, per gripe
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Oct 2001 19:58:58 +0000 (19:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Oct 2001 19:58:58 +0000 (19:58 +0000)
commit96ca8ffebcb43df1c575ce6831324c553a31c891
tree5c161145539f64a5d274e0e3fdb5df23625d8e0b
parent512a3aef36591386640f34866c1acbe58c20ca6e
Fix problems with subselects used in GROUP BY expressions, per gripe
from Philip Warner.  Side effect of change is that GROUP BY expressions
will not be re-evaluated at multiple plan levels anymore, whereas this
sometimes happened with old code.
src/backend/optimizer/plan/planner.c
src/backend/optimizer/plan/setrefs.c
src/backend/optimizer/util/clauses.c
src/include/optimizer/clauses.h