postgresql/src/backend/port
Thomas Munro b28ac1d24d Provide sigaction() for Windows.
Commit 9abb2bfc left behind code to block signals inside signal
handlers on Windows, because our signal porting layer didn't have
sigaction().  Provide a minimal implementation that is capable of
blocking signals, to get rid of platform differences.  See also related
commit c94ae9d8.

Discussion: https://postgr.es/m/CA%2BhUKGKKKfcgx6jzok9AYenp2TNti_tfs8FMoJpL8%2B0Gsy%3D%3D_A%40mail.gmail.com
2022-11-09 13:06:31 +13:00
..
aix Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
tas Remove HP-UX port. 2022-07-08 14:05:05 +12:00
win32 Provide sigaction() for Windows. 2022-11-09 13:06:31 +13:00
.gitignore Refactor dlopen() support 2018-09-06 11:33:04 +02:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
atomics.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
meson.build meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
posix_sema.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
sysv_sema.c Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. 2022-08-14 00:09:47 +12:00
sysv_shmem.c Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
win32_sema.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
win32_shmem.c Fix huge_pages on Windows 2022-09-17 15:39:55 +09:00