Tue Nov 7 07:54:24 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Remove code that generates STORE LISTEN statements -
- Next message: [Slony1-commit] By cbbrowne: Add sh-based config scripts to 1.2 branch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Remove code that submits "STORE LISTEN" requests as this is handled by
slon.
Tags:
----
REL_1_2_STABLE
Modified Files:
--------------
slony1-engine/tools/altperl:
slonik_init_cluster.pl (r1.1.4.2 -> r1.1.4.3)
-------------- next part --------------
Index: slonik_init_cluster.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slonik_init_cluster.pl,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -Ltools/altperl/slonik_init_cluster.pl -Ltools/altperl/slonik_init_cluster.pl -u -w -r1.1.4.2 -r1.1.4.3
--- tools/altperl/slonik_init_cluster.pl
+++ tools/altperl/slonik_init_cluster.pl
@@ -72,17 +72,6 @@
}
}
-# STORE LISTEN
-print SLONIK "\n# STORE LISTEN\n";
-foreach my $origin (@NODES) {
- my $dsna = $DSN[$origin];
- foreach my $receiver (@NODES) {
- if ($origin != $receiver) {
- my $provider = $VIA[$origin][$receiver];
- print SLONIK " store listen (origin = $origin, receiver = $receiver, provider = $provider);\n";
- }
- }
-}
print SLONIK " echo 'Replication nodes prepared';\n";
print SLONIK " echo 'Please start a slon replication daemon for each node';\n";
close SLONIK;
- Previous message: [Slony1-commit] By cbbrowne: Remove code that generates STORE LISTEN statements -
- Next message: [Slony1-commit] By cbbrowne: Add sh-based config scripts to 1.2 branch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list