Chris Browne cbbrowne at lists.slony.info
Wed Sep 23 09:22:32 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv23530/slonik

Modified Files:
      Tag: REL_2_0_STABLE
	slonik.c 
Log Message:
Add missing arg to subscribeset_int() call - per bug report on list


Index: slonik.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.91.2.5
retrieving revision 1.91.2.6
diff -C2 -d -r1.91.2.5 -r1.91.2.6
*** slonik.c	17 Aug 2009 17:09:59 -0000	1.91.2.5
--- slonik.c	23 Sep 2009 16:22:30 -0000	1.91.2.6
***************
*** 2215,2219 ****
  			
  		slon_mkquery(&query,
! 			     "select \"_%s\".subscribeSet_int(%s, %s, %s, '%q'); ",
  			     stmt->hdr.script->clustername,
  			     sub_set, sub_provider, sub_receiver, sub_forward);
--- 2215,2219 ----
  			
  		slon_mkquery(&query,
! 			     "select \"_%s\".subscribeSet_int(%s, %s, %s, '%q', 'f'); ",
  			     stmt->hdr.script->clustername,
  			     sub_set, sub_provider, sub_receiver, sub_forward);



More information about the Slony1-commit mailing list