Mon Aug 17 10:10:01 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/src/slony_logshipper Makefile dbutil.c ipcutil.c parser.y scan.l slony_logshipper.c slony_logshipper.h
- Next message: [Slony1-commit] slony1-www layout.php test.html
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tools/altperl In directory main.slony.info:/tmp/cvs-serv6360/tools/altperl Modified Files: Tag: REL_2_0_STABLE Makefile 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 Log Message: Update copyrights Index: slon_start.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_start.pl,v retrieving revision 1.15 retrieving revision 1.15.2.1 diff -C2 -d -r1.15 -r1.15.2.1 *** slon_start.pl 14 Feb 2008 16:41:35 -0000 1.15 --- slon_start.pl 17 Aug 2009 17:09:59 -0000 1.15.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slon_watchdog.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_watchdog.pl,v retrieving revision 1.15.2.1 retrieving revision 1.15.2.2 diff -C2 -d -r1.15.2.1 -r1.15.2.2 *** slon_watchdog.pl 5 Jan 2009 22:04:09 -0000 1.15.2.1 --- slon_watchdog.pl 17 Aug 2009 17:09:59 -0000 1.15.2.2 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_store_node.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_store_node.pl,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -C2 -d -r1.5 -r1.5.2.1 *** slonik_store_node.pl 14 Feb 2008 16:41:35 -0000 1.5 --- slonik_store_node.pl 17 Aug 2009 17:09:59 -0000 1.5.2.1 *************** *** 2,6 **** # $Id$ # Author: Steve Simms ! # Copyright 2005 PostgreSQL Global Development Group use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Steve Simms ! # Copyright 2005-2009 PostgreSQL Global Development Group use Getopt::Long; Index: Makefile =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/Makefile,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -C2 -d -r1.17 -r1.17.2.1 *** Makefile 14 Feb 2008 16:41:35 -0000 1.17 --- Makefile 17 Aug 2009 17:09:59 -0000 1.17.2.1 *************** *** 2,6 **** # Makefile # ! # Copyright (c) 2003-2004, PostgreSQL Global Development Group # $Id$ # --- 2,6 ---- # Makefile # ! # Copyright (c) 2003-2009, PostgreSQL Global Development Group # $Id$ # Index: slonik_execute_script.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_execute_script.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** slonik_execute_script.pl 14 Feb 2008 16:41:35 -0000 1.4 --- slonik_execute_script.pl 17 Aug 2009 17:09:59 -0000 1.4.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slon_tools.conf-sample =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_tools.conf-sample,v retrieving revision 1.8.2.2 retrieving revision 1.8.2.3 diff -C2 -d -r1.8.2.2 -r1.8.2.3 *** slon_tools.conf-sample 12 Aug 2009 20:52:20 -0000 1.8.2.2 --- slon_tools.conf-sample 17 Aug 2009 17:09:59 -0000 1.8.2.3 *************** *** 1,5 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada # Revised extensively by Steve Simms --- 1,5 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada # Revised extensively by Steve Simms Index: slonik_drop_table.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_drop_table.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** slonik_drop_table.pl 14 Feb 2008 16:41:35 -0000 1.4 --- slonik_drop_table.pl 17 Aug 2009 17:09:59 -0000 1.4.2.1 *************** *** 4,8 **** # Based on work by: Christopher Browne # Parts Copyright 2006 Summerault, LLC ! # Parts Copyright 2004 Afilias Canada use Getopt::Long; --- 4,8 ---- # Based on work by: Christopher Browne # Parts Copyright 2006 Summerault, LLC ! # Parts Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_update_nodes.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_update_nodes.pl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** slonik_update_nodes.pl 14 Feb 2008 16:41:35 -0000 1.3 --- slonik_update_nodes.pl 17 Aug 2009 17:09:59 -0000 1.3.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_subscribe_set.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_subscribe_set.pl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** slonik_subscribe_set.pl 14 Feb 2008 16:41:35 -0000 1.3 --- slonik_subscribe_set.pl 17 Aug 2009 17:09:59 -0000 1.3.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_failover.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_failover.pl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** slonik_failover.pl 14 Feb 2008 16:41:35 -0000 1.3 --- slonik_failover.pl 17 Aug 2009 17:09:59 -0000 1.3.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_print_preamble.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_print_preamble.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** slonik_print_preamble.pl 14 Feb 2008 16:41:35 -0000 1.4 --- slonik_print_preamble.pl 17 Aug 2009 17:09:59 -0000 1.4.2.1 *************** *** 4,8 **** # Based on work by: Christopher Browne # Parts Copyright 2006 Summerault, LLC ! # Parts Copyright 2004 Afilias Canada use Getopt::Long; --- 4,8 ---- # Based on work by: Christopher Browne # Parts Copyright 2006 Summerault, LLC ! # Parts Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_drop_set.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_drop_set.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** slonik_drop_set.pl 14 Feb 2008 16:41:35 -0000 1.4 --- slonik_drop_set.pl 17 Aug 2009 17:09:59 -0000 1.4.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slon_kill.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_kill.pl,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -C2 -d -r1.13 -r1.13.2.1 *** slon_kill.pl 14 Feb 2008 16:41:35 -0000 1.13 --- slon_kill.pl 17 Aug 2009 17:09:59 -0000 1.13.2.1 *************** *** 3,7 **** # Kill all slon instances for the current cluster # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 3,7 ---- # Kill all slon instances for the current cluster # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_init_cluster.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_init_cluster.pl,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -C2 -d -r1.7 -r1.7.2.1 *** slonik_init_cluster.pl 14 Feb 2008 16:41:35 -0000 1.7 --- slonik_init_cluster.pl 17 Aug 2009 17:09:59 -0000 1.7.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_unsubscribe_set.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_unsubscribe_set.pl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** slonik_unsubscribe_set.pl 14 Feb 2008 16:41:35 -0000 1.3 --- slonik_unsubscribe_set.pl 17 Aug 2009 17:09:59 -0000 1.3.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_move_set.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_move_set.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** slonik_move_set.pl 25 Feb 2008 17:42:19 -0000 1.4 --- slonik_move_set.pl 17 Aug 2009 17:09:59 -0000 1.4.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_uninstall_nodes.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_uninstall_nodes.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** slonik_uninstall_nodes.pl 14 Feb 2008 16:41:35 -0000 1.4 --- slonik_uninstall_nodes.pl 17 Aug 2009 17:09:59 -0000 1.4.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_merge_sets.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_merge_sets.pl,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** slonik_merge_sets.pl 1 Apr 2009 19:03:27 -0000 1.3.2.1 --- slonik_merge_sets.pl 17 Aug 2009 17:09:59 -0000 1.3.2.2 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slon-tools.pm =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon-tools.pm,v retrieving revision 1.32.2.5 retrieving revision 1.32.2.6 diff -C2 -d -r1.32.2.5 -r1.32.2.6 *** slon-tools.pm 12 Aug 2009 20:52:20 -0000 1.32.2.5 --- slon-tools.pm 17 Aug 2009 17:09:59 -0000 1.32.2.6 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use POSIX; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use POSIX; Index: slonik_restart_node.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_restart_node.pl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** slonik_restart_node.pl 14 Feb 2008 16:41:35 -0000 1.3 --- slonik_restart_node.pl 17 Aug 2009 17:09:59 -0000 1.3.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slonik_drop_node.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_drop_node.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** slonik_drop_node.pl 14 Feb 2008 16:41:35 -0000 1.4 --- slonik_drop_node.pl 17 Aug 2009 17:09:59 -0000 1.4.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slon_watchdog2.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_watchdog2.pl,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -C2 -d -r1.11 -r1.11.2.1 *** slon_watchdog2.pl 14 Feb 2008 16:41:35 -0000 1.11 --- slon_watchdog2.pl 17 Aug 2009 17:09:59 -0000 1.11.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada require '@@PERLSHAREDIR@@/slon-tools.pm'; --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada require '@@PERLSHAREDIR@@/slon-tools.pm'; Index: slonik_create_set.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_create_set.pl,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** slonik_create_set.pl 14 Feb 2008 16:41:35 -0000 1.6 --- slonik_create_set.pl 17 Aug 2009 17:09:59 -0000 1.6.2.1 *************** *** 3,7 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada use Getopt::Long; --- 3,7 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada use Getopt::Long; Index: slony_show_configuration.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slony_show_configuration.pl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** slony_show_configuration.pl 14 Feb 2008 16:41:35 -0000 1.3 --- slony_show_configuration.pl 17 Aug 2009 17:09:59 -0000 1.3.2.1 *************** *** 2,6 **** # $Id$ # Author: Christopher Browne ! # Copyright 2004 Afilias Canada # This script simply displays an overview of node configuration --- 2,6 ---- # $Id$ # Author: Christopher Browne ! # Copyright 2004-2009 Afilias Canada # This script simply displays an overview of node configuration Index: slonik_drop_sequence.pl =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_drop_sequence.pl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** slonik_drop_sequence.pl 16 Apr 2009 15:55:01 -0000 1.1.2.1 --- slonik_drop_sequence.pl 17 Aug 2009 17:09:59 -0000 1.1.2.2 *************** *** 4,8 **** # Based on work by: Christopher Browne # Parts Copyright 2008 Summerault, LLC ! # Parts Copyright 2004 Afilias Canada use Getopt::Long; --- 4,8 ---- # Based on work by: Christopher Browne # Parts Copyright 2008 Summerault, LLC ! # Parts Copyright 2004-2009 Afilias Canada use Getopt::Long;
- Previous message: [Slony1-commit] slony1-engine/src/slony_logshipper Makefile dbutil.c ipcutil.c parser.y scan.l slony_logshipper.c slony_logshipper.h
- Next message: [Slony1-commit] slony1-www layout.php test.html
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list