Chris Browne cbbrowne at lists.slony.info
Thu Feb 14 14:21:44 PST 2008
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv18563/slon

Modified Files:
	remote_worker.c 
Log Message:
Expunge "SPOOLNODE" attribute that we had thought we would need for
log shipping.  It expresses itself several ways:

 1.  sl_node.no_spool (in tables)
 2.  SPOOLNODE (in slonik grammars)
 3.  In various places, as an extra function argument


Index: remote_worker.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -C2 -d -r1.165 -r1.166
*** remote_worker.c	6 Feb 2008 20:51:56 -0000	1.165
--- remote_worker.c	14 Feb 2008 22:21:42 -0000	1.166
***************
*** 714,718 ****
  				int			no_id = (int)strtol(event->ev_data1, NULL, 10);
  				char	   *no_comment = event->ev_data2;
- 				char	   *no_spool = event->ev_data3;
  
  				if (no_id != rtcfg_nodeid)
--- 714,717 ----
***************
*** 720,726 ****
  
  				slon_appendquery(&query1,
! 								 "select %s.storeNode_int(%d, '%q', '%s'); ",
  								 rtcfg_namespace,
! 								 no_id, no_comment, no_spool);
  
  				need_reloadListen = true;
--- 719,725 ----
  
  				slon_appendquery(&query1,
! 								 "select %s.storeNode_int(%d, '%q'); ",
  								 rtcfg_namespace,
! 								 no_id, no_comment);
  
  				need_reloadListen = true;



More information about the Slony1-commit mailing list