Re: Little checksum worker cleanups

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Little checksum worker cleanups
Date: 2026-06-23 21:05:09
Message-ID: A5AFD595-6042-472F-9A02-76B191DD2272@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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! I'll have a proper look at these in the morning with fresh eyes.

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2026-06-23 21:06:41 Re: Handle concurrent drop when doing whole database vacuum
Previous Message Christophe Pettus 2026-06-23 20:54:27 Re: The PostgreSQL C Dialect