Wed Mar 14 08:53:19 PDT 2007
- Previous message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.v74.sql
- Next message: [Slony1-commit] slony1-engine/tests/testutf8 init_schema.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tests/test1
In directory main.slony.info:/tmp/cvs-serv8549/tests/test1
Modified Files:
generate_dml.sh
Log Message:
Fixes to "make functions strict" that were applied earlier to 1.1 and
1.2 branches
Index: generate_dml.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/generate_dml.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** generate_dml.sh 8 Feb 2007 22:50:02 -0000 1.12
--- generate_dml.sh 14 Mar 2007 15:53:17 -0000 1.13
***************
*** 83,90 ****
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/gensync.log.1 2> $mktmp/gensync.log
rc=$?
if [ $rc -ne 0 ]; then
! warn 3 "make_function_strict('xxidin', '(cstring)') failed - rc=${rc} see $mktmp/gensync.log* for details"
fi
status "completed make_function_strict() test"
--- 83,90 ----
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"
- Previous message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.v74.sql
- Next message: [Slony1-commit] slony1-engine/tests/testutf8 init_schema.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list