You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
In the 90s we needed to deal with computers that still had thepre-standard signal masking APIs. That hasn't been relevant for a verylong time on Unix systems, andc94ae9d got rid of a remainingdependency in our Windows porting code. PG_SETMASK didn't exposesave/restore functionality, so we'd already started using sigprocmask()directly in places, creating the visual distraction of having two waysto spell it. It's not part of the API that extensions are expected tobe using (but if they are, the change will be trivial). It seems like agood time to drop the old macro and just call the standard POSIXfunction.Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>Discussion:https://postgr.es/m/CA%2BhUKG%2BKfQgrhHP2DLTohX1WwubaCBHmTzGnAEDPZ-Gug-Xskg%40mail.gmail.com