CVS User Account cvsuser
Thu Dec 2 21:44:15 PST 2004
Log Message:
-----------
Remove unnecessary UNLOCK SET from move set script

Modified Files:
--------------
    slony1-engine/tools/altperl:
        move_set.pl (r1.3 -> r1.4)

-------------- next part --------------
Index: move_set.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/move_set.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ltools/altperl/move_set.pl -Ltools/altperl/move_set.pl -u -w -r1.3 -r1.4
--- tools/altperl/move_set.pl
+++ tools/altperl/move_set.pl
@@ -37,7 +37,6 @@
                 lock set (id = $set, origin = $node1);
                 echo 'Locked down - moving it';
                 move set (id = $set, old origin = $node1, new origin = $node2);
-                unlock set (id = $set, origin = $node2);
         }
         on error {
                 echo 'Failure to move set $set from $node1 to $node2';


More information about the Slony1-commit mailing list