Fix comment in convert_saop_to_hashed_saop
James Coleman <jtc331@gmail.com>
From: James Coleman <jtc331@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-09-14T16:07:50Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-convert_saop_to_hashed_saop-comment.patch (application/octet-stream) patch v1-0001
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
Commits
-
Fix outdated convert_saop_to_hashed_saop comment
- d068b4108c2e 15.0 landed
- 63840526b05c 16.0 landed