Tue Sep 7 10:13:22 PDT 2010
- Previous message: [Slony1-commit] Slony-I-commit Bug 149.
- Next message: [Slony1-commit] Slony-I-commit Additional attempt at bug #40.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. This patch had previously been reverted due to an improper merge. This version should have been merged properly. Branch ------ REL_2_0_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=69b54a2625384010f4bee355fd49853a56d6cd6c Modified Files -------------- src/slon/local_listen.c | 11 ++++++++++- src/slon/slon.c | 9 +++++++++ src/slon/slon.h | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Bug 149.
- Next message: [Slony1-commit] Slony-I-commit Additional attempt at bug #40.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list