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

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

  1. Fix outdated convert_saop_to_hashed_saop comment