Christopher Browne cbbrowne at ca.afilias.info
Fri Jul 22 12:28:43 PDT 2011
Bug #226 - When the cleanupEvent was called, the slon worker process restarted

Change of queries for bug #222 meant that the cleanup thread query
does not end by performing a query that will return tuples. Then,
PQresultStatus does not return "PGRES_TUPLES_OK" but "PGRES_COMMAND_OK",
so the code falls into the error handling section.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=55b61d511045c766e3d04cc8777c4bef6717d0a7

Modified Files
--------------
RELEASE                   |    4 ++++
src/slon/cleanup_thread.c |    2 +-
2 files changed, 5 insertions(+), 1 deletions(-)



More information about the Slony1-commit mailing list