Steve Singer ssinger at ca.afilias.info
Fri Aug 27 11:30:13 PDT 2010
Commit: http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=8dbeff6b1ba2d27185fb764bd5825a49f3500222

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

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(-)



More information about the Slony1-commit mailing list