Chris Browne cbbrowne at lists.slony.info
Thu Feb 11 11:35:12 PST 2010
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv16228

Modified Files:
      Tag: REL_2_0_STABLE
	remote_worker.c 
Log Message:
"if" should be "else if", as noticed by Richard Yen


Index: remote_worker.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.176.2.8
retrieving revision 1.176.2.9
diff -C 2 -d -r1.176.2.8 -r1.176.2.9
*** remote_worker.c	11 Feb 2010 19:32:42 -0000	1.176.2.8
--- remote_worker.c	11 Feb 2010 19:35:10 -0000	1.176.2.9
***************
*** 826,830 ****
  				need_reloadListen = true;
  			}
! 			if (strcmp(event->ev_type, "CLONE_NODE") == 0)
  			{
  				int			no_id = (int) strtol(event->ev_data1, NULL, 10);
--- 826,830 ----
  				need_reloadListen = true;
  			}
! 			else if (strcmp(event->ev_type, "CLONE_NODE") == 0)
  			{
  				int			no_id = (int) strtol(event->ev_data1, NULL, 10);



More information about the Slony1-commit mailing list