Thu Mar 10 17:50:06 PST 2005
- Previous message: [Slony1-commit] By darcyb: Add new conf option: sql_on_connection.
- Next message: [Slony1-commit] By smsimms: New script to add a node to an existing cluster.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Removed a "my" keyword that limits the scope of Slony sets too much.
Modified Files:
--------------
slony1-engine/tools/altperl:
slon_tools.conf-sample (r1.4 -> r1.5)
-------------- next part --------------
Index: slon_tools.conf-sample
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slon_tools.conf-sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ltools/altperl/slon_tools.conf-sample -Ltools/altperl/slon_tools.conf-sample -u -w -r1.4 -r1.5
--- tools/altperl/slon_tools.conf-sample
+++ tools/altperl/slon_tools.conf-sample
@@ -78,7 +78,7 @@
# The $SLONY_SETS variable contains information about all of the sets
# in your cluster.
-my $SLONY_SETS = {
+$SLONY_SETS = {
# A unique name for the set
"set1" => {
- Previous message: [Slony1-commit] By darcyb: Add new conf option: sql_on_connection.
- Next message: [Slony1-commit] By smsimms: New script to add a node to an existing cluster.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list