Re: pgsql: Revert online data checksum transitions

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Manuel Reyes Bravo <manuelreyesbravo(at)gmail(dot)com>
Cc: Masao Fujii <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Revert online data checksum transitions
Date: 2026-09-17 22:22:34
Message-ID: 21BD68B6-A3A2-4D99-BCF7-9038A6375A03@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

> On 17 Sep 2026, at 18:54, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> 
>>
>>> On 17 Sep 2026, at 15:27, Manuel Reyes Bravo <manuelreyesbravo(at)gmail(dot)com> wrote:
>>
>> In case it saves Daniel some time, the attached patch does the three,
>> against REL_19_STABLE.
>
> Thanks, I also went over the commits today so I'll compare notes before
> applying to v19 later today.

I’ve applied this now. I originally kept the Test code in place ro minimize backpatching conflict risks there but after thinking further I ended up removing it as well.

./daniel

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2026-09-18 03:50:03 pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps
Previous Message Daniel Gustafsson 2026-09-17 21:23:37 pgsql: Further post-revert cleanup after online checksums

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2026-09-17 22:33:24 Re: [PATCH] Release replication slot on error in SQL-callable slot functions
Previous Message Sami Imseih 2026-09-17 21:28:30 Re: Reject WAIT FOR earlier in transaction-snapshot mode