Jan Wieck wieck at lists.slony.info
Sun Jul 29 10:27:35 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv4257

Modified Files:
      Tag: REL_1_2_STABLE
	slony1_funcs.sql 
Log Message:
Found another parameter to text casting issue with 8.3.

Jan


Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.98.2.17
retrieving revision 1.98.2.18
diff -C2 -d -r1.98.2.17 -r1.98.2.18
*** slony1_funcs.sql	8 Jun 2007 00:08:03 -0000	1.98.2.17
--- slony1_funcs.sql	29 Jul 2007 17:27:33 -0000	1.98.2.18
***************
*** 2548,2555 ****
  	if exists (select true from @NAMESPACE at .sl_event
  			where ev_type = ''ENABLE_SUBSCRIPTION''
! 			and ev_data1 = p_add_id
  			and ev_seqno > (select max(con_seqno) from @NAMESPACE at .sl_confirm
  					where con_origin = ev_origin
! 					and con_received = ev_data3))
  	then
  		raise exception ''Slony-I: set % has subscriptions in progress - cannot merge'',
--- 2548,2555 ----
  	if exists (select true from @NAMESPACE at .sl_event
  			where ev_type = ''ENABLE_SUBSCRIPTION''
! 			and ev_data1 = p_add_id::text
  			and ev_seqno > (select max(con_seqno) from @NAMESPACE at .sl_confirm
  					where con_origin = ev_origin
! 					and con_received::text = ev_data3))
  	then
  		raise exception ''Slony-I: set % has subscriptions in progress - cannot merge'',



More information about the Slony1-commit mailing list