Devrim GUNDUZ devrim at lists.slony.info
Mon Aug 17 10:25:52 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv8406/src/slon

Modified Files:
	Makefile cleanup_thread.c dbutils.c local_listen.c misc.c 
	remote_listen.c remote_worker.c runtime_config.c scheduler.c 
	slon.c slon.h sync_thread.c 
Log Message:
Update Copyright year


Index: dbutils.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/dbutils.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** dbutils.c	21 Jul 2009 21:18:43 -0000	1.32
--- dbutils.c	17 Aug 2009 17:25:50 -0000	1.33
***************
*** 4,8 ****
   *	Database utility functions for Slony-I
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Database utility functions for Slony-I
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: remote_listen.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_listen.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** remote_listen.c	28 May 2008 19:09:37 -0000	1.46
--- remote_listen.c	17 Aug 2009 17:25:50 -0000	1.47
***************
*** 5,9 ****
   *	a remote node database.
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 5,9 ----
   *	a remote node database.
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: local_listen.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/local_listen.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** local_listen.c	26 May 2008 21:09:48 -0000	1.46
--- local_listen.c	17 Aug 2009 17:25:50 -0000	1.47
***************
*** 5,9 ****
   *	the local node database.
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 5,9 ----
   *	the local node database.
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: scheduler.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/scheduler.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** scheduler.c	21 Jul 2009 21:18:43 -0000	1.29
--- scheduler.c	17 Aug 2009 17:25:50 -0000	1.30
***************
*** 4,8 ****
   *	Event scheduling subsystem for slon.
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Event scheduling subsystem for slon.
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: misc.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/misc.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** misc.c	21 Jul 2009 21:18:43 -0000	1.29
--- misc.c	17 Aug 2009 17:25:50 -0000	1.30
***************
*** 4,8 ****
   *	Miscellaneous support functions
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Miscellaneous support functions
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/Makefile,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** Makefile	2 Jan 2007 23:34:48 -0000	1.42
--- Makefile	17 Aug 2009 17:25:50 -0000	1.43
***************
*** 2,6 ****
  # Makefile for src/slon
  #
! #	Copyright (c) 2003-2004, PostgreSQL Global Development Group
  #	Author: Jan Wieck, Afilias USA INC.
  #
--- 2,6 ----
  # Makefile for src/slon
  #
! #	Copyright (c) 2003-2009, PostgreSQL Global Development Group
  #	Author: Jan Wieck, Afilias USA INC.
  #

Index: sync_thread.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/sync_thread.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** sync_thread.c	27 Jun 2007 16:20:24 -0000	1.20
--- sync_thread.c	17 Aug 2009 17:25:50 -0000	1.21
***************
*** 4,8 ****
   *	Implementation of the thread that generates SYNC events.
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Implementation of the thread that generates SYNC events.
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: remote_worker.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.180
retrieving revision 1.181
diff -C2 -d -r1.180 -r1.181
*** remote_worker.c	28 Jul 2009 22:42:57 -0000	1.180
--- remote_worker.c	17 Aug 2009 17:25:50 -0000	1.181
***************
*** 4,8 ****
   *	Implementation of the thread processing remote events.
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Implementation of the thread processing remote events.
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: slon.h
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/slon.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** slon.h	28 May 2008 19:09:37 -0000	1.68
--- slon.h	17 Aug 2009 17:25:50 -0000	1.69
***************
*** 4,8 ****
   *	Global definitions for the main replication engine.
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Global definitions for the main replication engine.
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: runtime_config.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/runtime_config.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** runtime_config.c	27 Oct 2006 20:10:57 -0000	1.28
--- runtime_config.c	17 Aug 2009 17:25:50 -0000	1.29
***************
*** 4,8 ****
   *	Functions maintaining the in-memory configuration information
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Functions maintaining the in-memory configuration information
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: slon.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/slon.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** slon.c	24 Nov 2008 15:06:18 -0000	1.79
--- slon.c	17 Aug 2009 17:25:50 -0000	1.80
***************
*** 4,8 ****
   *	The control framework for the node daemon.
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	The control framework for the node daemon.
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: cleanup_thread.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/cleanup_thread.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** cleanup_thread.c	21 Jul 2009 21:18:43 -0000	1.47
--- cleanup_thread.c	17 Aug 2009 17:25:50 -0000	1.48
***************
*** 4,8 ****
   *	Periodic cleanup of confirm-, event- and log-data.
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Periodic cleanup of confirm-, event- and log-data.
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *



More information about the Slony1-commit mailing list