Re: Hashed IN only applied to first encountered IN

2025-04-05 Thread David Rowley
On Wed, 2 Apr 2025 at 00:51, David Geier wrote: > The hashed IN optimization is only applied to the first encountered > ScalarArrayOpExpr during the expression tree traversal in > convert_saop_to_hashed_saop_walker(). Reason being that the walker > returns true which aborts the traversal. > I've

Re: Hashed IN only applied to first encountered IN

2025-04-05 Thread David Geier
Great! Thank you! On 4/2/2025 1:00 AM, David Rowley wrote: On Wed, 2 Apr 2025 at 01:31, David Rowley wrote: On Wed, 2 Apr 2025 at 00:51, David Geier wrote: The hashed IN optimization is only applied to the first encountered ScalarArrayOpExpr during the expression tree traversal in convert_s

Re: Hashed IN only applied to first encountered IN

2025-04-01 Thread David Rowley
On Wed, 2 Apr 2025 at 01:31, David Rowley wrote: > > On Wed, 2 Apr 2025 at 00:51, David Geier wrote: > > The hashed IN optimization is only applied to the first encountered > > ScalarArrayOpExpr during the expression tree traversal in > > convert_saop_to_hashed_saop_walker(). Reason being that th