Re: 2023-05-11 release announcement draft

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: 2023-05-11 release announcement draft
Дата
Msg-id CAApHDvrmmWCxnjMR46sTvrUTP9f66j74+FMJ8eJxgEMdaTwGwg@mail.gmail.com
обсуждение исходный текст
Ответ на 2023-05-11 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Ответы Re: 2023-05-11 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Список pgsql-hackers
Thanks for working on this.

On Sun, 7 May 2023 at 15:37, Jonathan S. Katz <jkatz@postgresql.org> wrote:
> Please provide any suggestions, corrections, or notable omissions no
> later than 2023-05-11 0:00 AoE.

For this one:

> * Fix partition pruning logic for partitioning on boolean columns when using a
> `IS NOT TRUE` condition.

Just to explain this a little further:  Effectively the code thought
"IS NOT TRUE" meant "IS FALSE", and "IS NOT FALSE" meant "IS TRUE".
That was wrong because each of the NOT cases should have allowed
NULLs.

Maybe the wording can be adjusted to mention NULLs. Maybe something
along the lines of:

* Fix partition pruning bug with the boolean "IS NOT TRUE" and "IS NOT
FALSE" conditions. NULL partitions were accidentally pruned when they
shouldn't have been.

David



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

Предыдущее
От: Richard Guo
Дата:
Сообщение: Re: Introduce join_info_array for direct lookups of SpecialJoinInfo by ojrelid
Следующее
От: "盏一"
Дата:
Сообщение: Re: Proposal for Prototype Implementation to Enhance C/C++ Interoperability in PostgreSQL