Re: Wrong results with equality search using trigram index and non-deterministic collation - Mailing list pgsql-hackers

From Laurenz Albe
Subject Re: Wrong results with equality search using trigram index and non-deterministic collation
Date
Msg-id 19f3be32e8a7c0802b4ea89cf66c3345a4575313.camel@cybertec.at
Whole thread Raw
In response to Wrong results with equality search using trigram index and non-deterministic collation  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-hackers
On Tue, 2024-09-17 at 08:00 +0200, Laurenz Albe wrote:
> Using a trigram index with an non-deterministic collation can
> lead to wrong query results:
> [...]
>
> I don't know what the correct fix would be.  Perhaps just refusing to use
> the index for equality comparisons with non-deterministic collations.

Looking into fixing that, how can you tell the optimizer to consider
a certain index only for certain collations?

Yours,
Laurenz Albe



pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: Memory consumed by paths during partitionwise join planning
Next
From: Florents Tselai
Date:
Subject: Re: [PATCH] WIP: replace method for jsonpath