[pgpool-committers: 97] pgpool: Fix deadlock by enabling log_destination = syslog reported in b
Tatsuo Ishii
ishii at postgresql.org
Sat Mar 31 18:52:45 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.
Branch
------
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