| From: | David Rowley <drowley(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix outdated convert_saop_to_hashed_saop comment |
| Date: | 2022-09-14 21:41:57 |
| Message-ID: | E1oYa8r-000Mbm-63@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix outdated convert_saop_to_hashed_saop comment
In 29f45e299, we added support for optimizing the execution of NOT
IN(values) by using a hash table instead of a linear search over the
array. That commit neglected to update the header comment for
convert_saop_to_hashed_saop() to mention this fact. Here we fix that.
Author: James Coleman
Discussion: https://postgr.es/m/CAAaqYe99NUpAPcxgchGstgM23fmiGjqQPot8627YgkBgNt=BfA@mail.gmail.com
Backpatch-through: 15, where 29f45e299 was added.
Branch
------
REL_15_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/d068b4108c2e8eda9dbc9fffb7055334c62c4f6a
Modified Files
--------------
src/backend/optimizer/util/clauses.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-09-14 22:41:07 | pgsql: Use the terminology "WAL file" not "log file" more consistently. |
| Previous Message | David Rowley | 2022-09-14 21:41:22 | pgsql: Fix outdated convert_saop_to_hashed_saop comment |