Jan Wieck wieck at lists.slony.info
Thu Sep 13 07:20:00 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/ducttape
In directory main.slony.info:/tmp/cvs-serv19858/src/ducttape

Modified Files:
	test_8_logship.in 
Log Message:
Apparently somebody decided to make "query" a reserved keyword
in the plpgsql parser.

Jan


Index: test_8_logship.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/ducttape/test_8_logship.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_8_logship.in	9 Sep 2007 02:37:04 -0000	1.5
--- test_8_logship.in	13 Sep 2007 14:19:58 -0000	1.6
***************
*** 254,257 ****
--- 254,259 ----
  echo "**** loading pgbench schema into $DB3"
  psql -q $DB3 <./pgbench_schema.sql
+ echo "**** taking offline_dump.sql from $DB2 for logshipping"
+ sh ../../tools/slony1_dump.sh $DB2 T1 >offline_dump.sql
  echo "**** loading Slony-I offline replica schema into $DB3"
  psql -q $DB3 <./offline_dump.sql
***************
*** 265,271 ****
  echo "slon[$slon2_pid] on dbname=$DB2"
  
- echo "**** taking offline_dump.sql from $DB2 for logshipping"
- sh ../../tools/slony1_dump.sh $DB2 T1 >offline_dump.sql
- 
  #####
  # Check that pgbench is still running
--- 267,270 ----



More information about the Slony1-commit mailing list