Fri Aug 27 11:30:28 PDT 2010
- Previous message: [Slony1-commit] Slony-I-commit Change query looking for the need to "reshape subscripti
- Next message: [Slony1-commit] Slony-I-commit Install the signal handlers after the fork.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Commit: http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=7d3e6659542ad337feb2fbe39f05b780c37afe97 Log Message ----------- Additional bug 132 fixes: The worker will only restart when it can't get the nodelock if the worker is in a 'restart' state because it previously exited asking its watchdog to restart. To faciliate this the watchdog will no longer exec when it needs to restart its child but instead just call fork() again. Also removing more slon_log instances from the signal handler since they are no async safe Additional fix for bug136: -Do not use evcommand when calling reshape subscriber since this function does not generate an event. Branch ------ REL_2_0_STABLE Modified Files -------------- src/slon/local_listen.c | 14 ++++- src/slon/slon.c | 134 +++++++++++++++++++++++++++++----------------- src/slonik/slonik.c | 2 +- 3 files changed, 96 insertions(+), 54 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Change query looking for the need to "reshape subscripti
- Next message: [Slony1-commit] Slony-I-commit Install the signal handlers after the fork.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list