[pgpool-committers: 98] 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
------
V3_1_STABLE

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

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



More information about the pgpool-committers mailing list