aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2022-07-16 16:07:45 +1200
committerThomas Munro <tmunro@postgresql.org>2022-07-16 17:03:38 +1200
commitc94ae9d827a360d74da6a304692d34a4dc8b6445 (patch)
tree491e7d2ab3499968d9d32978d23bdc7701124859 /src/backend/utils/adt/arrayfuncs.c
parent3b8d23a3e14f05890f1f306902cd4b992beeee71 (diff)
downloadpostgresql-c94ae9d827a360d74da6a304692d34a4dc8b6445.tar.gz
postgresql-c94ae9d827a360d74da6a304692d34a4dc8b6445.zip
Emulate sigprocmask(), not sigsetmask(), on Windows.
Since commit a65e0864, we've required Unix systems to have sigprocmask(). As noted in that commit's message, we were still emulating the historical pre-standard sigsetmask() function in our Windows support code. Emulate standard sigprocmask() instead, for consistency. The PG_SETMASK() abstraction is now redundant and all calls could in theory be replaced by plain sigprocmask() calls, but that isn't done by this commit. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/3153247.1657834482%40sss.pgh.pa.us
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions