Re: GNU/Hurd portability patches - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: GNU/Hurd portability patches
Date
Msg-id CA+hUKGL-cLL8krCkV_Y59OLUdtw_zQ3=Bdsxo0gJDX6kKcsdpg@mail.gmail.com
Whole thread Raw
In response to Re: GNU/Hurd portability patches  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Tue, Nov 11, 2025 at 9:03 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> Interesting.  Perhaps a minimal program that installs a handler
> assert(signo < 32) for both SIGUSR1 and SIGUSR2 might fail too, if

Or tighter: assert(signo == SIGUSR1 || signo == SIGUSR2).



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Trying out
Next
From: Nathan Bossart
Date:
Subject: Re: Support allocating memory for large strings