Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.
Date: 2023-03-28 20:28:23
Message-ID: CA+TgmobEHfEvcqOPsWJWTWavAOC-Yc25MVm-VWh1kz9dtCCPxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Mon, Mar 27, 2023 at 4:52 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> This is fine, as far as it goes. Obviously it fixes the immediate problem.

OK, I've committed and back-patched this fix to v14, just like the
erroneous commit that created the issue.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2023-03-28 23:35:18 pgsql: Validate ICU locales.
Previous Message Robert Haas 2023-03-28 20:26:36 pgsql: amcheck: In verify_heapam, allows tuples with xmin 0.

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Koval 2023-03-28 20:43:45 Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Previous Message Corey Huinker 2023-03-28 20:23:26 Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions