Chris Browne cbbrowne at lists.slony.info
Mon Nov 24 07:06:20 PST 2008
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv19612/slon

Modified Files:
	slon.c 
Log Message:
Patch from Hiroshi Saito to resolve some Windows problems with 2.0


Index: slon.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/slon.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** slon.c	1 Aug 2008 19:49:39 -0000	1.78
--- slon.c	24 Nov 2008 15:06:18 -0000	1.79
***************
*** 950,953 ****
--- 950,954 ----
  	}
  }
+ #endif
  
  /* ---------- 
***************
*** 958,961 ****
--- 959,963 ----
  slon_terminate_worker()
  {
+ #ifndef WIN32 /* does not support in windows. */
  	slon_log(SLON_INFO, "slon: notify worker process to shutdown\n");
  
***************
*** 969,974 ****
  	(void) close(sched_wakeuppipe[1]);
  	(void) alarm(20);
- }
  #endif
  
  /* ---------- 
--- 971,976 ----
  	(void) close(sched_wakeuppipe[1]);
  	(void) alarm(20);
  #endif
+ }
  
  /* ---------- 



More information about the Slony1-commit mailing list