Chris Browne cbbrowne at lists.slony.info
Fri May 1 08:29:27 PDT 2009
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv13218

Modified Files:
      Tag: REL_2_0_STABLE
	RELEASE 
Log Message:
Fix problem reported by Melvin Davidson relating to cleanup thread.

VACUUM/ANALYZE request return codes were being misinterpreted as errors.

Fixed this, so that:
 - Errors are reported as such
 - Warnings are reported as such

Also modified partitioning test to suppress autovac on at least one table
so that regression tests may be expected to exercise this code.


Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.3.2.10
retrieving revision 1.3.2.11
diff -C2 -d -r1.3.2.10 -r1.3.2.11
*** RELEASE	28 Apr 2009 21:49:29 -0000	1.3.2.10
--- RELEASE	1 May 2009 15:29:25 -0000	1.3.2.11
***************
*** 86,87 ****
--- 86,91 ----
    queries that try to coordinate sl_status information with rather
    less determinacy...
+ 
+ - Cleanup thread was generating spurious error messages due to
+   misinterpreting PG return codes.  Rectified this, and added a
+   test in to make sure we're exercising the logic



More information about the Slony1-commit mailing list