Chris Browne cbbrowne at lists.slony.info
Thu Mar 22 13:44:15 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tests/test1
In directory main.slony.info:/tmp/cvs-serv24084

Modified Files:
	README init_cluster.ik 
Log Message:
Add to test1 an invokation of slonik UPDATE FUNCTIONS 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.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** README	7 Feb 2007 19:13:17 -0000	1.7
--- README	22 Mar 2007 20:44:13 -0000	1.8
***************
*** 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.3
diff -C2 -d -r1.2 -r1.3
*** init_cluster.ik	14 Jul 2006 21:29:01 -0000	1.2
--- init_cluster.ik	22 Mar 2007 20:44:13 -0000	1.3
***************
*** 1 ****
--- 1,3 ----
  init cluster (id=1, comment = 'Regress test node');
+ echo 'update functions on node 1 after initializing it';
+ update functions (id=1);



More information about the Slony1-commit mailing list