Re: Fix comment in convert_saop_to_hashed_saop - Mailing list pgsql-hackers

From David Rowley
Subject Re: Fix comment in convert_saop_to_hashed_saop
Date
Msg-id CAApHDvrVjeXyqoH_76rOu+euiF43QagdXJb8nbw3HPJarCAmGg@mail.gmail.com
Whole thread Raw
In response to Fix comment in convert_saop_to_hashed_saop  (James Coleman <jtc331@gmail.com>)
List pgsql-hackers
On Thu, 15 Sept 2022 at 04:08, James Coleman <jtc331@gmail.com> wrote:
> In 29f45e29 we added support for executing NOT IN(values) with a
> hashtable, however this comment still claims that we only do so for
> cases where the ScalarArrayOpExpr's useOr flag is true.
>
> See attached for fix.

Thank you. Pushed.

David



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: archive modules
Next
From: Tom Lane
Date:
Subject: Re: [EXTERNAL] Re: Add non-blocking version of PQcancel