Re: nbtree: assertion failure in _bt_killitems() for posting tuple

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: nbtree: assertion failure in _bt_killitems() for posting tuple
Date: 2020-04-06 21:47:38
Message-ID: CAH2-Wz=R6PT-g9kkCMJ7EBf7pRG=g0UtbBkGh_udf71tnDigOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Apr 5, 2020 at 5:15 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> I am thinking about pushing a fix along the lines of the attached
> patch. This preserves the assertion, while avoiding the check in cases
> where it doesn't apply, such as when a dirty snapshot is in use.

Pushed. Thanks.

--
Peter Geoghegan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message James Coleman 2020-04-06 21:47:48 Re: [PATCH] Incremental sort (was: PoC: Partial sort)
Previous Message Tomas Vondra 2020-04-06 21:40:13 Re: [PATCH] Incremental sort (was: PoC: Partial sort)