Tue Jun 8 12:37:12 PDT 2010
- Previous message: [PATCH 5/9] add data to the slave as session replication role so no triggers fire. Also truncate the tables to closer what happens when you subscribe to a normal node
- Next message: [PATCH 3/9] Have slon restarted when the child exists on a SIGALRM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
--- src/slony_logshipper/slony_logshipper.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/slony_logshipper/slony_logshipper.c b/src/slony_logshipper/slony_logshipper.c index 0e2ede4..7010f7f 100644 --- a/src/slony_logshipper/slony_logshipper.c +++ b/src/slony_logshipper/slony_logshipper.c @@ -370,7 +370,7 @@ main(int argc, const char *argv[]) if (rc == 0) break; - if (rc == -2) + if (rc == -3) { archscan_sort = NULL; errlog(LOG_INFO, "Queue is empty. Going to rescan in %d seconds\n", rescan_interval); @@ -385,6 +385,7 @@ main(int argc, const char *argv[]) if (rc < 0) { + errlog(LOG_ERROR,"ipc_recv_path returned an error:%d\n",rc); return -1; } -- 1.6.3.3 --------------000004020401010106030904--
- Previous message: [PATCH 5/9] add data to the slave as session replication role so no triggers fire. Also truncate the tables to closer what happens when you subscribe to a normal node
- Next message: [PATCH 3/9] Have slon restarted when the child exists on a SIGALRM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-patches mailing list