Re: Exclusion constraints on partitioned tables

Поиск
Список
Период
Сортировка
От Paul A Jungwirth
Тема Re: Exclusion constraints on partitioned tables
Дата
Msg-id CA+renyXKiEY1ZDZw3Vit0=5-v_=QmYVzt5+66Xqu_1uaUF4Sdw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Exclusion constraints on partitioned tables  (Paul A Jungwirth <pj@illuminatedcomputing.com>)
Ответы Re: Exclusion constraints on partitioned tables  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-hackers
On Mon, Jul 10, 2023 at 8:06 AM Paul A Jungwirth
<pj@illuminatedcomputing.com> wrote:
>
> On Mon, Jul 10, 2023 at 7:05 AM Peter Eisentraut <peter@eisentraut.org> wrote:
> > I'm not sure what value we would get from testing this with btree_gist,
> > but if we wanted to do that, then adding a new test file to the
> > btree_gist sql/ directory would seem reasonable to me.
> >
> > (I would make the test a little bit bigger than you had shown, like
> > insert a few values.)
> >
> > If you want to do that, please send another patch.  Otherwise, I'm ok to
> > commit this one.
>
> I can get you a patch tonight or tomorrow. I think it's worth it since
> btree_gist uses different strategy numbers than ordinary gist.

Patch attached.

Regards,
Paul

Вложения

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table.
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Add index scan progress to pg_stat_progress_vacuum