[pgpool-committers: 103] pgpool: Fix deadlock by enabling log_destination = syslog reported in b

Tatsuo Ishii ishii at postgresql.org
Mon Apr 2 01:33:09 JST 2012


Fix deadlock by enabling log_destination = syslog reported in bug
tracker http://www.pgpool.net/mantisbt/view.php?id=9.  The workaround
is blocking signal before calling vsyslog in pool_log etc. This has
been already done log_destination = stderr case. Patch provided by
Gilles Darold.

Committed to master and  V3_1_STABLE.

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

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

Modified Files
--------------
pool_error.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)



More information about the pgpool-committers mailing list