Chris Browne cbbrowne at lists.slony.info
Thu Feb 8 14:56:00 PST 2007
Update of /home/cvsd/slony1/slony1-engine/tests/test1
In directory main:/tmp/cvs-serv10636/tests/test1

Modified Files:
      Tag: REL_1_2_STABLE
	generate_dml.sh 
Log Message:
1_2_STABLE updates:

- Release notes
- Change version to 1.2.7
- Need to install v81.sql files
- Fix expansion of cluster name in generate_sync_event()
- update functions now includes a call to make_function_strict() for xxidin()


Index: generate_dml.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/generate_dml.sh,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -C2 -d -r1.8.2.3 -r1.8.2.4
*** generate_dml.sh	7 Feb 2007 19:13:53 -0000	1.8.2.3
--- generate_dml.sh	8 Feb 2007 22:55:58 -0000	1.8.2.4
***************
*** 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"
  }




More information about the Slony1-commit mailing list