]> granicus.if.org Git - postgresql/commit
Repair optimization bug I introduced in a moment of brain fade back in
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Feb 2004 22:26:30 +0000 (22:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Feb 2004 22:26:30 +0000 (22:26 +0000)
commit2e5fe483a326072415dd7e9100a25670d3edd03e
tree946a162f7762dfd3eb3b05ca96318dcb58d08115
parentf8840903716212f4eb21421d5951933271b797da
Repair optimization bug I introduced in a moment of brain fade back in
Nov 2002: when constant-expression simplification removes all the
aggregate function calls from a query, that doesn't mean we can act as
though there never were any aggregates.  Per bug report from Gabor Szucs.
src/backend/optimizer/plan/planner.c