Thu Mar 22 13:45:56 PDT 2007
- Previous message: [Slony1-commit] slony1-engine/tests/testlargetuples generate_dml.sh
- Next message: [Slony1-commit] slony1-engine/tests/testddl generate_dml.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tests/test1
In directory main.slony.info:/tmp/cvs-serv24155
Modified Files:
Tag: REL_1_2_STABLE
README init_cluster.ik
Log Message:
Run UPDATE FUNCTIONS on the first node in order to do a syntax check
on the stored proc
Index: README
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/README,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -d -r1.5.2.1 -r1.5.2.2
*** README 7 Feb 2007 19:13:53 -0000 1.5.2.1
--- README 22 Mar 2007 20:45:54 -0000 1.5.2.2
***************
*** 30,31 ****
--- 30,34 ----
7. It does a test of make_function_strict(), a function used in
'UPDATE FUNCTIONS' to change the xxidin() function to be STRICT.
+
+ 8. It does a run of UPDATE FUNCTIONS against node 1. This verifies
+ that there are at least no syntax errors in the stored function.
Index: init_cluster.ik
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/init_cluster.ik,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** init_cluster.ik 14 Jul 2006 21:29:01 -0000 1.2
--- init_cluster.ik 22 Mar 2007 20:45:54 -0000 1.2.2.1
***************
*** 1 ****
--- 1,3 ----
init cluster (id=1, comment = 'Regress test node');
+ echo 'update functions on node 1 after initializing it';
+ update functions (id=1);
- Previous message: [Slony1-commit] slony1-engine/tests/testlargetuples generate_dml.sh
- Next message: [Slony1-commit] slony1-engine/tests/testddl generate_dml.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list