]> granicus.if.org Git - postgresql/commit
On Darwin, detect and report a multithreaded postmaster.
authorNoah Misch <noah@leadboat.com>
Thu, 8 Jan 2015 03:35:44 +0000 (22:35 -0500)
committerNoah Misch <noah@leadboat.com>
Thu, 8 Jan 2015 03:46:20 +0000 (22:46 -0500)
commit2e4946169d2f4890606305bef8bad7883d2e5281
tree0a83be51855227e55468901592662aa5f4018cd3
parent3580397fb142624d5602388c8149107511547573
On Darwin, detect and report a multithreaded postmaster.

Darwin --enable-nls builds use a substitute setlocale() that may start a
thread.  Buildfarm member orangutan experienced BackendList corruption
on account of different postmaster threads executing signal handlers
simultaneously.  Furthermore, a multithreaded postmaster risks undefined
behavior from sigprocmask() and fork().  Emit LOG messages about the
problem and its workaround.  Back-patch to 9.0 (all supported versions).
configure
configure.in
src/backend/postmaster/postmaster.c
src/include/pg_config.h.in
src/port/exec.c