CVS User Account cvsuser
Wed Jan 12 03:07:47 PST 2005
Log Message:
-----------
fix copy/paste typo for deleteing from sl_log_* tables.

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

-------------- next part --------------
Index: cleanup_thread.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -Lsrc/slon/cleanup_thread.c -Lsrc/slon/cleanup_thread.c -u -w -r1.17 -r1.18
--- src/slon/cleanup_thread.c
+++ src/slon/cleanup_thread.c
@@ -130,7 +130,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