postgresql.patch.slony1 427 B

12345678910111213
  1. Index: src/slon/cleanup_thread.c
  2. --- src/slon/cleanup_thread.c.orig 2004-10-22 22:01:56 +0200
  3. +++ src/slon/cleanup_thread.c 2005-02-24 22:12:15 +0100
  4. @@ -145,7 +145,7 @@
  5. "delete from %s.sl_log_1 "
  6. "where log_origin = '%s' "
  7. "and log_xid < '%s'; "
  8. - "delete from %s.sl_log_1 "
  9. + "delete from %s.sl_log_2 "
  10. "where log_origin = '%s' "
  11. "and log_xid < '%s'; "
  12. "delete from %s.sl_seqlog "