Fix comment in convert_saop_to_hashed_saop

From: James Coleman <jtc331(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix comment in convert_saop_to_hashed_saop
Date: 2022-09-14 16:07:50
Message-ID: CAAaqYe99NUpAPcxgchGstgM23fmiGjqQPot8627YgkBgNt=BfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Thanks,
James Coleman

Attachment Content-Type Size
v1-0001-Fix-convert_saop_to_hashed_saop-comment.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2022-09-14 16:12:24 Re: Counterintuitive behavior when toast_tuple_target < TOAST_TUPLE_THRESHOLD
Previous Message Aleksander Alekseev 2022-09-14 16:03:51 Counterintuitive behavior when toast_tuple_target < TOAST_TUPLE_THRESHOLD