CVS User Account cvsuser
Tue Sep 21 19:51:38 PDT 2004
Log Message:
-----------
Update both nodes

Tags:
----
REL_1_0_STABLE

Modified Files:
--------------
    slony1-engine/src/ducttape:
        test_1_update_functions (r1.1 -> r1.1.2.1)

-------------- next part --------------
Index: test_1_update_functions
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/ducttape/test_1_update_functions,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -Lsrc/ducttape/test_1_update_functions -Lsrc/ducttape/test_1_update_functions -u -w -r1.1 -r1.1.2.1
--- src/ducttape/test_1_update_functions
+++ src/ducttape/test_1_update_functions
@@ -14,12 +14,13 @@
 # Move set 1 to node 2
 ######################################################################
 
-echo "**** Reloading the functions in node 2"
+echo "**** Reloading the functions"
 slonik <<_EOF_
 	cluster name = T1;
 	node 1 admin conninfo = 'dbname=$DB1';
 	node 2 admin conninfo = 'dbname=$DB2';
 
+	update functions (id = 1);
 	update functions (id = 2);
 _EOF_
 


More information about the Slony1-commit mailing list