Chris Browne cbbrowne at lists.slony.info
Mon Aug 20 15:36:01 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tools
In directory main.slony.info:/tmp/cvs-serv17276

Modified Files:
      Tag: REL_1_2_STABLE
	slony1_dump.sh 
Log Message:
Add missing semicolon to slony1_dump.sh


Index: slony1_dump.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/slony1_dump.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
*** slony1_dump.sh	20 Aug 2007 17:02:28 -0000	1.8.2.3
--- slony1_dump.sh	20 Aug 2007 22:35:59 -0000	1.8.2.4
***************
*** 199,203 ****
  			ac_num::text || ', ''' || ac_timestamp::text || 
  			''', CURRENT_TIMESTAMP);'
! 			from $clname.sl_archive_counter";
  
  # ----
--- 199,203 ----
  			ac_num::text || ', ''' || ac_timestamp::text || 
  			''', CURRENT_TIMESTAMP);'
! 			from $clname.sl_archive_counter;";
  
  # ----



More information about the Slony1-commit mailing list