Re: [PATCHES] MSVC compile errors

2004-12-26 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > I was egtting a compile error complaining (in effect) abour the lack of > a pid_t type when attempting a compile with MSVC. The attached patch, > which move the definition up in the file win32.h before it is used, > seems to cure the problem. I appli

Re: [PATCHES] MSVC compile errors

2004-12-26 Thread Andrew Dunstan
Andrew Dunstan wrote: I am also seeing non-fatal warnings about redefinition of SIG_ERR SIG_DFL and SIG_IGN which I will investigate. The cure for this seems to be to add #include near the top of src/include/port/win32.h. cheers andrew ---(end of broadcast)---

[PATCHES] MSVC compile errors

2004-12-26 Thread Andrew Dunstan
I was egtting a compile error complaining (in effect) abour the lack of a pid_t type when attempting a compile with MSVC. The attached patch, which move the definition up in the file win32.h before it is used, seems to cure the problem. I am also seeing non-fatal warnings about redefinition of