Wed Mar 31 06:38:40 PDT 2010
- Previous message: [Slony1-commit] slony1-engine/src/slon remote_worker.c remote_listen.c
- Next message: [Slony1-commit] slony1-engine/src/slon misc.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tests/testutf8 In directory main.slony.info:/tmp/cvs-serv5990/tests/testutf8 Modified Files: Tag: REL_1_2_STABLE generate_dml.sh Log Message: Perform a va_copy and use the copy in the loop that uses va_args. You are not allowed to use va_args multiple times. Fix for bug # 55 Patch submitted by Paul Cannon Index: generate_dml.sh =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tests/testutf8/generate_dml.sh,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C 2 -d -r1.3.2.2 -r1.3.2.3 *** generate_dml.sh 2 Apr 2007 18:51:56 -0000 1.3.2.2 --- generate_dml.sh 31 Mar 2010 13:38:38 -0000 1.3.2.3 *************** *** 49,52 **** --- 49,53 ---- echo "INSERT INTO utf8table (string) values ('t3 -- \303\241 - ${txtb}');" >> $GENDATA echo "INSERT INTO utf8table (string) values ('t3 - \303\241 -- ${txtb}');" >> $GENDATA + echo "INSERT INTO utf8table (string) values(repeat('test1234',4000)||'bar');" >> $GENDATA if [ ${i} -ge ${numrows} ]; then break;
- Previous message: [Slony1-commit] slony1-engine/src/slon remote_worker.c remote_listen.c
- Next message: [Slony1-commit] slony1-engine/src/slon misc.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list