Re: Clean up some signal usage mainly related to Windows - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Clean up some signal usage mainly related to Windows
Date
Msg-id 20231206163710.GB2873889@nathanxps13
Whole thread Raw
In response to Re: Clean up some signal usage mainly related to Windows  ("Tristan Partin" <tristan@neon.tech>)
List pgsql-hackers
On Wed, Dec 06, 2023 at 10:28:49AM -0600, Tristan Partin wrote:
> According to my setup, I am hitting the /* Ignore */ variant of __wur. I am
> guessing that Fedora doesn't add fortification to the default CFLAGS. What
> distro are you using? But yes, something like what you proposed sounds good
> to me. Sorry for leaving this out!

This was on an Ubuntu LTS.  I always build with -Werror during development,
too.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Emitting JSON to file using COPY TO
Next
From: Peter Geoghegan
Date:
Subject: Re: Bug in nbtree optimization to skip > operator comparisons (or < comparisons in backwards scans)