Re: [small patch] Change datatype of ParallelMessagePending from "volatile bool" to "volatile sig_atomic_t"

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: "kuroda.hayato@fujitsu.com" <kuroda.hayato@fujitsu.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-29T05:33:06Z
Lists: pgsql-hackers
On Wed, Sep 28, 2022 at 04:45:17PM +0900, Michael Paquier wrote:
> Good point.  Thanks for the patch, this looks consistent!

Done as of 5ac9e86.
--
Michael

Commits

  1. Mark sigint_interrupt_enabled as sig_atomic_t

  2. Mark ParallelMessagePending as sig_atomic_t