Fri May 1 08:29:27 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/src/slon cleanup_thread.c
- Next message: [Slony1-commit] slony1-engine/tests/testpartition README generate_dml.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Slony1-commit] slony1-engine/src/slon cleanup_thread.c
- Next message: [Slony1-commit] slony1-engine/tests/testpartition README generate_dml.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list