Wed Jan 12 03:07:47 PST 2005
- Previous message: [Slony1-commit] By darcyb: Document cbb's newly added desired_sync_time config option.
- Next message: [Slony1-commit] By darcyb: Copy down the delete from sl_log_[1-2] fix that was discoverd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 "
- Previous message: [Slony1-commit] By darcyb: Document cbb's newly added desired_sync_time config option.
- Next message: [Slony1-commit] By darcyb: Copy down the delete from sl_log_[1-2] fix that was discoverd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list