Jan Wieck JanWieck at Yahoo.com
Fri Aug 27 11:51:25 PDT 2010
Commit: http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=636bc48fdeddf11bf27d93640febb53cc656fa1e
Author: Steve Singer <ssinger at ca.afilias.info>

Log Message
-----------
Fix for when local listen fails to start properly. It was observed that slon can wait for the local listen cond to be set where the local listener thread stops on an error. In this case we want to signal the mutex but flag the local listener as not having started. The main slon thread should then abort.
(cherry picked from commit ba234cfe686f33fd10d2af1c557af66f8ec17b02)

Branch
------
master

Modified Files
--------------
src/slon/local_listen.c |   11 +++++++++++
src/slon/slon.c         |    9 +++++++++
src/slon/slon.h         |    2 +-
3 files changed, 21 insertions(+), 1 deletions(-)



More information about the Slony1-commit mailing list