Jan Wieck JanWieck at Yahoo.com
Fri Aug 27 11:49:40 PDT 2010
Commit: http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=fe2b8e9dca5a9219250e13832b47e91f366f9c13

Log Message
-----------
Bug 149

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
------
REL_2_0_STABLE

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