Thu Feb 8 14:52:43 PST 2007
- Previous message: [Slony1-commit] slony1-engine/src/slon confoptions.h
- Next message: [Slony1-commit] slony1-engine RELEASE-1.2.7 config.h.in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tests/test1
In directory main:/tmp/cvs-serv10578/tests/test1
Modified Files:
Tag: REL_1_1_STABLE
generate_dml.sh
Log Message:
For 1_1_STABLE:
- Add notes to release notes
- Change version to 1.1.7 (the next version)
- Need to have v81.sql files
- Fix typo in generate_sync_event()
- Add to upgrade the make_function_strict() request on xxidin function
- Add variable - remote_listen_timeout
Index: generate_dml.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/generate_dml.sh,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.6
diff -C2 -d -r1.4.2.5 -r1.4.2.6
*** generate_dml.sh 7 Feb 2007 19:16:02 -0000 1.4.2.5
--- generate_dml.sh 8 Feb 2007 22:52:41 -0000 1.4.2.6
***************
*** 82,85 ****
--- 82,86 ----
warn 3 "generate_sync_event() failed - rc=${rc} see $mktmp/gensync.log* for details"
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=$?
***************
*** 87,90 ****
--- 88,92 ----
warn 3 "make_function_strict('xxidin', '(cstring)') failed - rc=${rc} see $mktmp/gensync.log* for details"
fi
+ status "completed make_function_strict() test"
status "done"
}
- Previous message: [Slony1-commit] slony1-engine/src/slon confoptions.h
- Next message: [Slony1-commit] slony1-engine RELEASE-1.2.7 config.h.in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list