Re: GiST multirange index scans can fail to return rows

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Subject: Re: GiST multirange index scans can fail to return rows
Date: 2026-08-02 07:55:11
Message-ID: A1D1EDE1-90DA-4B1B-A262-BC7F2725735B@yandex-team.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 2 Aug 2026, at 12:03, Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
>
> I think that you forgot to attach the patch with the actual fix?

Oops. Sorry.

Best regards, Andrey Borodin.

Attachment Content-Type Size
v2-0002-Fix-GiST-contained-by-scans-of-multiranges.patch application/octet-stream 2.2 KB
v2-0001-Add-regression-test-for-multirange-GiST-contained.patch application/octet-stream 3.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hüseyin Demir 2026-08-02 10:15:29 Re: Checkpoint replication slots later
Previous Message David Rowley 2026-08-02 07:20:01 Re: [PATCH] Doc: Mention OFF as an alias for EXPLAIN SERIALIZE NONE