[pgpool-committers: 263] pgpool: Before using semaphore, block signals. Otherwise the process wi

Tatsuo Ishii ishii at postgresql.org
Mon Jun 4 00:53:13 JST 2012


Before using semaphore, block signals. Otherwise the process will exit
before unlocking semaphore by a signal interrupt.

Branches
--------
feature/watchdog
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=05a2891ecf0fd85c839dcd149b5c463ccbe24f6e

Modified Files
--------------
child.c          |   16 ++++++++++++++++
main.c           |    7 +++++++
pool_memqcache.c |   37 +++++++++++++++++++++++++++++++++++--
3 files changed, 58 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list