Re: Little checksum worker cleanups

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Little checksum worker cleanups
Date: 2026-06-24 12:40:56
Message-ID: 69bbe20b-0915-4c6d-8e1e-828b9801ff9c@iki.fi
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 24/06/2026 12:11, Daniel Gustafsson wrote:
>> On 23 Jun 2026, at 22:40, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
>
>> I had another fresh look at datachecksum_state.c while rebasing my "Interrupts vs signals" patch set, and spotted a few minor things that I think should be cleaned up. See commit messages for details.
>
> Thanks for the postcommit review, all the attached patches LGTM.

Committed, thanks for the review. (I squashed a few of the cosmetic ones)

- Heikki

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2026-06-24 12:49:56 Re: Get rid of "Section.N.N.N" on DOCs
Previous Message Peter Eisentraut 2026-06-24 12:38:46 Re: Direction for test frameworks: Perl TAP vs. Python/pytest