Mon Jun 14 07:47:17 PDT 2010
- Previous message: [PATCH 4/9] changes so log shipping continues to work when the queue is empty
- Next message: [Slony1-patches] Do not show password in logs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
---
src/slon/slon.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/slon/slon.c b/src/slon/slon.c
index 627de17..7d11126 100644
--- a/src/slon/slon.c
+++ b/src/slon/slon.c
@@ -917,6 +917,7 @@ sighandler(int signo)
{
case SIGALRM:
slon_log(SLON_INFO, "slon: child termination timeout - kill child\n");
+ watchdog_status = SLON_WATCHDOG_RESTART;
kill(slon_worker_pid, SIGKILL);
break;
--
1.6.3.3
--------------090906000903020208040609--
- Previous message: [PATCH 4/9] changes so log shipping continues to work when the queue is empty
- Next message: [Slony1-patches] Do not show password in logs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-patches mailing list