Remove redefinitions of SIG_* macros in win32_port.h.
authorNathan Bossart <nathan@postgresql.org>
Fri, 17 Jan 2025 02:55:24 +0000 (20:55 -0600)
committerNathan Bossart <nathan@postgresql.org>
Fri, 17 Jan 2025 02:55:24 +0000 (20:55 -0600)
commit0dc9c7d200e59b19b2e683f78afa1ee4cfcf3c21
tree7a64d543f074b1b6243b4b0913e82b688ce144d0
parentbf826ea062979da02395fb2e8961feeef47604da
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
src/include/port/win32_port.h