CVS User Account cvsuser
Wed Jan 12 03:15:39 PST 2005
Log Message:
-----------
Copy down the delete from sl_log_[1-2] fix that was discoverd while debugging James Black's large sl_log table/performance issue.

Tags:
----
REL_1_0_STABLE

Modified Files:
--------------
    slony1-engine/src/slon:
        cleanup_thread.c (r1.13.2.4 -> r1.13.2.5)

-------------- next part --------------
Index: cleanup_thread.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v
retrieving revision 1.13.2.4
retrieving revision 1.13.2.5
diff -Lsrc/slon/cleanup_thread.c -Lsrc/slon/cleanup_thread.c -u -w -r1.13.2.4 -r1.13.2.5
--- src/slon/cleanup_thread.c
+++ src/slon/cleanup_thread.c
@@ -145,7 +145,7 @@
 					"delete from %s.sl_log_1 "
 					"where log_origin = '%s' "
 					"and log_xid < '%s'; "
-					"delete from %s.sl_log_1 "
+					"delete from %s.sl_log_2 "
 					"where log_origin = '%s' "
 					"and log_xid < '%s'; "
 					"delete from %s.sl_seqlog "


More information about the Slony1-commit mailing list