Tue Nov 7 07:53:12 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Added a new script, release_checklist.sh, which performs a
- Next message: [Slony1-commit] By cbbrowne: Remove code that submits "STORE LISTEN" requests as this is
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Remove code that generates STORE LISTEN statements - obsolete as slon automatically does this. Modified Files: -------------- slony1-engine/tools/altperl: slonik_init_cluster.pl (r1.3 -> r1.4) -------------- 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.3 retrieving revision 1.4 diff -Ltools/altperl/slonik_init_cluster.pl -Ltools/altperl/slonik_init_cluster.pl -u -w -r1.3 -r1.4 --- 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: Added a new script, release_checklist.sh, which performs a
- Next message: [Slony1-commit] By cbbrowne: Remove code that submits "STORE LISTEN" requests as this is
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list