Mon Nov 24 07:06:20 PST 2008
- Previous message: [Slony1-commit] slony1-engine RELEASE
- Next message: [Slony1-commit] slony1-www/content frontpage.txt news.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
+ }
/* ----------
- Previous message: [Slony1-commit] slony1-engine RELEASE
- Next message: [Slony1-commit] slony1-www/content frontpage.txt news.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list