Mon Aug 17 10:40:00 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/tools/altperl Makefile show_configuration.pl slon-tools.pm slon_kill.pl slon_start.pl slon_tools.conf-sample slon_watchdog.pl slon_watchdog2.pl slonik_create_set.pl slonik_drop_node.pl slonik_drop_sequence.pl slonik_drop_set.pl slonik_drop_table.pl slonik_execute_script.pl slonik_failover.pl slonik_init_cluster.pl slonik_merge_sets.pl slonik_move_set.pl slonik_print_preamble.pl slonik_restart_node.pl slonik_store_node.pl slonik_subscribe_set.pl slonik_uninstall_nodes.pl slonik_unsubscribe_set.pl slonik_update_nodes.pl slony_show_configuration.pl
- Next message: [Slony1-commit] slony1-engine/redhat slony1.init
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv10059/src/slon
Modified Files:
Tag: REL_1_2_STABLE
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.23.2.5
retrieving revision 1.23.2.6
diff -C2 -d -r1.23.2.5 -r1.23.2.6
*** dbutils.c 20 Jul 2009 22:30:47 -0000 1.23.2.5
--- dbutils.c 17 Aug 2009 17:39:57 -0000 1.23.2.6
***************
*** 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.31.2.3
retrieving revision 1.31.2.4
diff -C2 -d -r1.31.2.3 -r1.31.2.4
*** remote_listen.c 2 Feb 2007 20:23:46 -0000 1.31.2.3
--- remote_listen.c 17 Aug 2009 17:39:57 -0000 1.31.2.4
***************
*** 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.38.2.3
retrieving revision 1.38.2.4
diff -C2 -d -r1.38.2.3 -r1.38.2.4
*** local_listen.c 4 Oct 2007 15:21:14 -0000 1.38.2.3
--- local_listen.c 17 Aug 2009 17:39:57 -0000 1.38.2.4
***************
*** 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.24.2.3
retrieving revision 1.24.2.4
diff -C2 -d -r1.24.2.3 -r1.24.2.4
*** scheduler.c 10 Jun 2009 15:02:40 -0000 1.24.2.3
--- scheduler.c 17 Aug 2009 17:39:57 -0000 1.24.2.4
***************
*** 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.22.2.2
retrieving revision 1.22.2.3
diff -C2 -d -r1.22.2.2 -r1.22.2.3
*** misc.c 27 Oct 2006 20:09:56 -0000 1.22.2.2
--- misc.c 17 Aug 2009 17:39:57 -0000 1.22.2.3
***************
*** 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.41
retrieving revision 1.41.2.1
diff -C2 -d -r1.41 -r1.41.2.1
*** Makefile 2 Aug 2006 15:32:02 -0000 1.41
--- Makefile 17 Aug 2009 17:39:57 -0000 1.41.2.1
***************
*** 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.17.2.2
retrieving revision 1.17.2.3
diff -C2 -d -r1.17.2.2 -r1.17.2.3
*** sync_thread.c 27 Oct 2006 20:09:56 -0000 1.17.2.2
--- sync_thread.c 17 Aug 2009 17:39:57 -0000 1.17.2.3
***************
*** 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.124.2.37
retrieving revision 1.124.2.38
diff -C2 -d -r1.124.2.37 -r1.124.2.38
*** remote_worker.c 20 Jul 2009 22:30:47 -0000 1.124.2.37
--- remote_worker.c 17 Aug 2009 17:39:57 -0000 1.124.2.38
***************
*** 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.59.2.4
retrieving revision 1.59.2.5
diff -C2 -d -r1.59.2.4 -r1.59.2.5
*** slon.h 23 Aug 2007 18:04:35 -0000 1.59.2.4
--- slon.h 17 Aug 2009 17:39:57 -0000 1.59.2.5
***************
*** 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.27.2.3
retrieving revision 1.27.2.4
diff -C2 -d -r1.27.2.3 -r1.27.2.4
*** runtime_config.c 5 Jul 2007 21:34:24 -0000 1.27.2.3
--- runtime_config.c 17 Aug 2009 17:39:57 -0000 1.27.2.4
***************
*** 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.66.2.7
retrieving revision 1.66.2.8
diff -C2 -d -r1.66.2.7 -r1.66.2.8
*** slon.c 20 Jul 2007 19:53:25 -0000 1.66.2.7
--- slon.c 17 Aug 2009 17:39:57 -0000 1.66.2.8
***************
*** 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.33.2.5
retrieving revision 1.33.2.6
diff -C2 -d -r1.33.2.5 -r1.33.2.6
*** cleanup_thread.c 28 Jul 2009 22:19:38 -0000 1.33.2.5
--- cleanup_thread.c 17 Aug 2009 17:39:57 -0000 1.33.2.6
***************
*** 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.
*
- Previous message: [Slony1-commit] slony1-engine/tools/altperl Makefile show_configuration.pl slon-tools.pm slon_kill.pl slon_start.pl slon_tools.conf-sample slon_watchdog.pl slon_watchdog2.pl slonik_create_set.pl slonik_drop_node.pl slonik_drop_sequence.pl slonik_drop_set.pl slonik_drop_table.pl slonik_execute_script.pl slonik_failover.pl slonik_init_cluster.pl slonik_merge_sets.pl slonik_move_set.pl slonik_print_preamble.pl slonik_restart_node.pl slonik_store_node.pl slonik_subscribe_set.pl slonik_uninstall_nodes.pl slonik_unsubscribe_set.pl slonik_update_nodes.pl slony_show_configuration.pl
- Next message: [Slony1-commit] slony1-engine/redhat slony1.init
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list