Re: BUG #17079: btree_gin and type coersion combination doesn't work - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17079: btree_gin and type coersion combination doesn't work
Date
Msg-id 746554.1625165021@sss.pgh.pa.us
Whole thread Raw
In response to BUG #17079: btree_gin and type coersion combination doesn't work  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.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



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17079: btree_gin and type coersion combination doesn't work
Next
From: PG Bug reporting form
Date:
Subject: BUG #17080: Postgre is used on the DBeaver