Re: GiST operator class for bool

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: emre(at)hasegeli(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GiST operator class for bool
Date: 2021-06-08 11:07:32
Message-ID: 69EF024F-180A-4E33-938C-968EAE2C1F19@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

> 8 июня 2021 г., в 13:48, Emre Hasegeli <emre(at)hasegeli(dot)com> написал(а):
>
> It could be useful to use bool in exclusion constraints, but it's
> currently not nicely supported. The attached patch adds support for
> bool to the btree_gist extension, so we can do this.
>
> I am adding this to the commitfest 2021-07.
> <0001-btree_gist-Support-bool.patch>

It definitely makes sense to include bool into list of supported types.
But patch that you propose does not support sorting build added in PG14.
Or we can add this functionality later in https://commitfest.postgresql.org/31/2824/ ...

Thanks!

Best regards, Andrey Borodin.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2021-06-08 11:30:05 Re: Unused function parameter in get_qual_from_partbound()
Previous Message Justin Pryzby 2021-06-08 11:03:29 Re: pg14b1 stuck in lazy_scan_prune/heap_page_prune of pg_statistic