diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 23:32:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 23:32:04 +0000 |
commit | a7d55a861fe5f58884be95fd0097681c8b47a9ed (patch) | |
tree | b591fda225dd5f100bb019e0ed1234bf326d57fd /databases/slony1v2/files | |
parent | 61af366a343648bfb3c6b28c34e17373711146a9 (diff) | |
download | ports-a7d55a861fe5f58884be95fd0097681c8b47a9ed.tar.gz ports-a7d55a861fe5f58884be95fd0097681c8b47a9ed.zip |
Notes
Diffstat (limited to 'databases/slony1v2/files')
-rw-r--r-- | databases/slony1v2/files/patch-cleanupthread | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/slony1v2/files/patch-cleanupthread b/databases/slony1v2/files/patch-cleanupthread new file mode 100644 index 000000000000..59569507efba --- /dev/null +++ b/databases/slony1v2/files/patch-cleanupthread @@ -0,0 +1,17 @@ +Index: src/slon/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 -u -r1.13.2.4 -r1.13.2.5 +--- cleanup_thread.c 30 Sep 2004 17:45:06 -0000 1.13.2.4 ++++ cleanup_thread.c 12 Jan 2005 03:15:36 -0000 1.13.2.5 +@@ -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 " |