Re: Fix data checksum processing for temp relations and dropped databases - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Fix data checksum processing for temp relations and dropped databases
Date
Msg-id 0DD97859-0A1E-47ED-8082-297CF84391F9@yesql.se
Whole thread
List pgsql-hackers
> On 10 Jul 2026, at 02:12, Fujii Masao <masao.fujii@gmail.com> wrote:
>
> On Thu, Jul 9, 2026 at 4:56 PM Daniel Gustafsson <daniel@yesql.se> wrote:
>> I like this suggestion, though I think it should go after the call to
>> pgstat_progress_update_param since the db in question reached ProcessDatabase.
>> I would add it as an else-if case to the conditional testing we have for
>> _FAILED and _ABORTED.
>
> Thanks for the review! I've updated the patch based on
> your and Horiguchi-san's suggestions.

+1, v2 LGTM.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Fix pg_stat_progress_data_checksums counter initialization
Next
From: Xuneng Zhou
Date:
Subject: Re: pgbench --continue-on-error: clarify TPS and failure reporting