Jan Wieck wieck at lists.slony.info
Sat Sep 8 07:21:42 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src
In directory main.slony.info:/tmp/cvs-serv20140/src

Modified Files:
      Tag: REL_1_2_STABLE
	Makefile 
Log Message:
Add the slony_logshipper.

This is a standalone utility that can be used with the slon -x option
to postprocess slony archive log files. Since it does not require any
changes in the existing slony or slonik functionality, I decided to
the current stable branch to be released with 1.2.12.

Jan


Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/Makefile,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -d -r1.13 -r1.13.2.1
*** Makefile	2 Aug 2006 15:32:02 -0000	1.13
--- Makefile	8 Sep 2007 14:21:40 -0000	1.13.2.1
***************
*** 13,17 ****
  
  DISTFILES = Makefile
! SUBDIRS = xxid parsestatements slon slonik backend ducttape
  ifeq ($(PORTNAME),win32)
  SUBDIRS += slevent
--- 13,17 ----
  
  DISTFILES = Makefile
! SUBDIRS = xxid parsestatements slon slonik slony_logshipper backend ducttape
  ifeq ($(PORTNAME),win32)
  SUBDIRS += slevent



More information about the Slony1-commit mailing list