View | Details | Raw Unified | Return to bug 77312
Collapse All | Expand All

(-)slony1.new/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	slony1
8
PORTNAME=	slony1
9
PORTVERSION=	1.0.5
9
PORTVERSION=	1.0.5
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	databases
11
CATEGORIES=	databases
12
MASTER_SITES=	http://developer.postgresql.org/~wieck/slony1/download/
12
MASTER_SITES=	http://developer.postgresql.org/~wieck/slony1/download/
13
13
(-)slony1.new/files/patch-cleanupthread (+17 lines)
Line 0 Link Here
1
Index: src/slon/cleanup_thread.c
2
===================================================================
3
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v
4
retrieving revision 1.13.2.4
5
retrieving revision 1.13.2.5
6
diff -u -r1.13.2.4 -r1.13.2.5
7
--- cleanup_thread.c	30 Sep 2004 17:45:06 -0000	1.13.2.4
8
+++ cleanup_thread.c	12 Jan 2005 03:15:36 -0000	1.13.2.5
9
@@ -145,7 +145,7 @@
10
 					"delete from %s.sl_log_1 "
11
 					"where log_origin = '%s' "
12
 					"and log_xid < '%s'; "
13
-					"delete from %s.sl_log_1 "
14
+					"delete from %s.sl_log_2 "
15
 					"where log_origin = '%s' "
16
 					"and log_xid < '%s'; "
17
 					"delete from %s.sl_seqlog "

Return to bug 77312