Tue May 30 07:50:52 PDT 2006
- Previous message: [Slony1-commit] By cbbrowne: store listen functions had been deactivated; they would
- Next message: [Slony1-commit] By cbbrowne: Mark Stosberg contributed altperl scripts for
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Remove code from slonik_store_node.pl that lists listen paths, as these are now computed automatically. Modified Files: -------------- slony1-engine/tools/altperl: slonik_store_node.pl (r1.1 -> r1.2) -------------- next part -------------- Index: slonik_store_node.pl =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slonik_store_node.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -Ltools/altperl/slonik_store_node.pl -Ltools/altperl/slonik_store_node.pl -u -w -r1.1 -r1.2 --- tools/altperl/slonik_store_node.pl +++ tools/altperl/slonik_store_node.pl @@ -79,20 +79,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]; - next unless ($node == $origin or - $node == $receiver or - $node == $provider); - 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: store listen functions had been deactivated; they would
- Next message: [Slony1-commit] By cbbrowne: Mark Stosberg contributed altperl scripts for
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list