]> granicus.if.org Git - postgresql/commit
A subplan invoked within an aggregate function's argument should
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Mar 2001 01:49:01 +0000 (01:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Mar 2001 01:49:01 +0000 (01:49 +0000)
commitd73e9df087b87c4b959b4020084e543a54f7895b
tree4cbeafdfb86537142727bf959f9d81e0d04ae4bc
parent572fda27118f7e54c7e4ebb75b48d33896e5f776
A subplan invoked within an aggregate function's argument should
be allowed to receive ungrouped variables of the current query level.
Curious that no one reported this bug before...
src/backend/optimizer/util/clauses.c