Re: Missing SELECT output on btree_gin char, BTLess* strategy

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Jason Kim <git(at)jasonk(dot)me>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: Missing SELECT output on btree_gin char, BTLess* strategy
Date: 2021-08-10 01:37:50
Message-ID: CAH2-Wz=BOCuJgG6eAGu=aPxtFOK7EWx+xAywSh9wzkwXvmxZ0A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Aug 9, 2021 at 6:15 PM Jason Kim <git(at)jasonk(dot)me> wrote:
> The expected output in contrib/btree_gin/expected/char.out is wrong for the
> first two SELECTs using the BTLess* strategies: they should not be empty.

Isn't this index corruption, or at least an inconsistent opclass? It
may be true that the tests show the wrong output, and always have. But
isn't the more concerning problem that the index gives wrong answers
in general, not the tests?

--
Peter Geoghegan

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rob Mingus 2021-08-10 02:02:22 Re: BUG #17138: account set up and password problems
Previous Message Jason Kim 2021-08-10 00:16:49 Missing SELECT output on btree_gin char, BTLess* strategy