Files
postgresql/src
Tom Lane 1f2c6f4f48 Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink
with expression_tree_walker-based code.  The former failed to cope with
expressions containing SubLinks, and the latter returned TRUE for both
SubLinks and Aggrefs (cut-and-paste bug?).  There is a lot more scope for
using expression_tree_walker in this module, but I'll restrain myself
until the 6.6 split occurs from touching not-demonstrably-broken code.
1999-06-21 01:26:56 +00:00
..
1998-11-19 02:39:51 +00:00
1998-03-16 05:52:23 +00:00
1999-05-25 16:15:34 +00:00
1999-05-25 16:15:34 +00:00
Hi,
1999-06-11 15:01:29 +00:00
1997-08-22 16:38:33 +00:00
1999-05-19 18:04:51 +00:00