Re: Little checksum worker cleanups
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2026-06-23T21:05:09Z
Lists: pgsql-hackers
> On 23 Jun 2026, at 22:40, Heikki Linnakangas <hlinnaka@iki.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! I'll have a proper look at these in the morning with fresh eyes. -- Daniel Gustafsson
Commits
-
Distinguish datacheckums worker invocations more reliably
- a4f02cab4b97 19 (unreleased) landed
-
Minor cleanup around checking datachecksum worker result
- c48e7b2c8bd0 19 (unreleased) landed
-
Avoid leaving DataChecksumState->worker_pid to an old value
- c008b7ea10a5 19 (unreleased) landed
-
Misc cleanup in datachecksums_state.[ch]
- 0edbf72f7683 19 (unreleased) landed