Chris Browne cbbrowne at lists.slony.info
Tue Dec 11 12:37:41 PST 2007
Update of /home/cvsd/slony1/slony1-engine/tests/test1
In directory main.slony.info:/tmp/cvs-serv27572

Modified Files:
	README generate_dml.sh 
Log Message:
Remove code that fiddles xxidin() function that is no longer needed as of
PG 8.3


Index: README
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** README	7 Sep 2007 19:50:10 -0000	1.10
--- README	11 Dec 2007 20:37:39 -0000	1.11
***************
*** 25,34 ****
  that it works as expected
  
! 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.
  
! 9.  It uses a slon.conf file for node #2 to make sure that the logic
  of the config file parser gets exercised.
--- 25,31 ----
  that it works as expected
  
! 7.  It does a run of UPDATE FUNCTIONS against node 1.  This verifies
  that there are at least no syntax errors in the stored function.
  
! 8.  It uses a slon.conf file for node #2 to make sure that the logic
  of the config file parser gets exercised.

Index: generate_dml.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/generate_dml.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** generate_dml.sh	2 Apr 2007 18:52:18 -0000	1.14
--- generate_dml.sh	11 Dec 2007 20:37:39 -0000	1.15
***************
*** 84,93 ****
    fi
    status "completed generate_sync_event() test"
-   $pgbindir/psql -h $host -p $port -d $db -U $user -c "select \"_${CLUSTER1}\".make_function_strict('xxidin', '(cstring)');" 1> $mktmp/mkfunstrict.log.1 2> $mktmp/mkfunstrict.log
-   rc=$?
-   if [ $rc -ne 0 ]; then
-       warn 3 "make_function_strict('xxidin', '(cstring)') failed - rc=${rc} see $mktmp/mkfunstrict.log for details"
-   fi
-   status "completed make_function_strict() test"
    status "done"
  }
--- 84,87 ----



More information about the Slony1-commit mailing list