]> 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:43 +0000 (22:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Feb 2004 22:26:43 +0000 (22:26 +0000)
commit0d4c8f26ae777f9a85916d57e7d793487c8a0129
treed84f685a1a04d60c30e56c8c3c9dbe01a7fd6324
parent3d6dabfc70c752027ea68c06eb26691b865d24ad
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