pgsql: Remove redefinitions of SIG_* macros in win32_port.h. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Remove redefinitions of SIG_* macros in win32_port.h.
Date
Msg-id E1tYcWQ-0020hi-PY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove redefinitions of SIG_* macros in win32_port.h.

It is not clear why these were originally added.  One hypothesis is
that an ancient version of MinGW didn't define them.  In any case,
they appear to now be superfluous, so let's remove them.  If
nothing else, the buildfarm might offer us clues to their origins.

Reviewed-by: Thomas Munro
Discussion: https://postgr.es/m/Z4chOKfnthRH71mw%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0dc9c7d200e59b19b2e683f78afa1ee4cfcf3c21

Modified Files
--------------
src/include/port/win32_port.h | 8 --------
1 file changed, 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix setrefs.c's failure to do expression processing on prune ste
Next
From: Michael Paquier
Date:
Subject: pgsql: Revert recent changes related to handling of 2PC files at recove