| 12345678910111213 |
- Index: src/slon/cleanup_thread.c
- --- src/slon/cleanup_thread.c.orig 2004-10-22 22:01:56 +0200
- +++ src/slon/cleanup_thread.c 2005-02-24 22:12:15 +0100
- @@ -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 "
|