Re: pg_control_checkpoint(): add "data_checksum_version" (Pg19)? - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: pg_control_checkpoint(): add "data_checksum_version" (Pg19)?
Date
Msg-id CAHGQGwFNpj6tYfo4qY9bYhHX01_TKLXpH6o-gyoAGieWo7ZcoA@mail.gmail.com
Whole thread
In response to Re: pg_control_checkpoint(): add "data_checksum_version" (Pg19)?  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
On Wed, Aug 19, 2026 at 5:38 PM Daniel Gustafsson <daniel@yesql.se> wrote:
> That's another option.  I'm not a big fan of adapting new code to bugs of the
> past, but at this point in the cycle there are other aspects in play as well.
> I'll see what others think for a little bit before reverting.

+1

If I'm in the minority, i.e., the only one who doesn't like adding
data_checksum_version_init and is concerned about the consistency
between pg_control_xxx() and pg_controldata, I'm happy to withdraw my
proposal.

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: "ZizhuanLiu X-MAN"
Date:
Subject: Re: Fix var_eq_const: sum selectivity of all matching MCV entries instead of stopping at first match
Next
From: "Jelte Fennema-Nio"
Date:
Subject: Python/pytest test framework take two