Re: pg12 release notes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg12 release notes
Дата
Msg-id 970.1557459901@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg12 release notes  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: pg12 release notes  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-hackers
David Rowley <david.rowley@2ndquadrant.com> writes:
> Just a question about the item: "Allow IN comparisons with arrays to
> use IS NOT NULL partial indexes more frequently (Tom Lane)"

> From what I can tell this must refer to 65ce07e0202f.

You can tell for sure by looking into the SGML comments in
release-12.sgml:

<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
2019-02-20 [e04a3905e] Improve planner's understanding of strictness of type co
-->

<para>
Allow IS NOT NULL with mis-matching types to use partial indexes more frequently (Tom Lane)
</para>

> If so, I think James Coleman should be the author.

... and yeah, James should get the credit.  But there's more wrong with
the summary than that, because I don't think this was about mismatched
types particularly.  The real motivation was to avoid failing to prove
the usability of WHERE-x-IS-NOT-NULL partial indexes for IN clauses with
more than 100 elements.

            regards, tom lane



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: pg12 release notes
Следующее
От: Amit Langote
Дата:
Сообщение: Re: pg12 release notes