Re: checksum verification code breaks backups in v16-

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: checksum verification code breaks backups in v16-
Date: 2024-12-04 16:09:59
Message-ID: Z1B-1-mkWcuG87eg@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 04, 2024 at 09:29:50AM -0500, Robert Haas wrote:
> On Tue, Dec 3, 2024 at 5:26 PM Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
>> I'm only seeing this code in pg_checksums. Is that what you are proposing
>> to change?
>
> No. This code is present in src/backend/backup/basebackup.c in REL_16_STABLE.

D'oh, sorry. Even so, I think I'd still vote for back-patching the v17
commit that inadvertently fixed this.

--
nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2024-12-04 16:10:07 Re: plperl version on the meson setup summary screen
Previous Message Nathan Bossart 2024-12-04 16:07:03 Re: [PATCH] SVE popcount support