Re: BUG #17079: btree_gin and type coersion combination doesn't work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: maxim(dot)boguk(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17079: btree_gin and type coersion combination doesn't work
Date: 2021-07-01 18:43:41
Message-ID: 746554.1625165021@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> There are simple case when type coercion work with common btree index but
> doesn't work with btree_gin.

btree_gin doesn't bother to cover any cross-type operators.
That could possibly be fixed, but I think it'd be a pain
since the applicable cross-type operators would vary for
each data type btree_gin covers.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-07-02 06:46:40 BUG #17080: Postgre is used on the DBeaver
Previous Message PG Bug reporting form 2021-07-01 17:39:24 BUG #17079: btree_gin and type coersion combination doesn't work