pgsql: Fix outdated convert_saop_to_hashed_saop comment

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Fix outdated convert_saop_to_hashed_saop comment
Дата
Msg-id E1oYa8I-000Mb0-EL@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/63840526b05c5c12c92cb16be8748e4d20e6eab6

Modified Files
--------------
src/backend/optimizer/util/clauses.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Move gramparse.h to src/backend/parser
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Fix outdated convert_saop_to_hashed_saop comment