Re: [PATCHES] UPDATED UnixWare Threads Patch.

2003-08-14 Thread Bruce Momjian
I have applied just the optimizer change, attached and applied. I will deal with the thread issues shortly. --- Larry Rosenman wrote: > > > Here is the updated UnixWare threads patch. I need some help to set the > HAVE_P

Re: [PATCHES] UPDATED UnixWare Threads Patch.

2003-08-14 Thread Larry Rosenman
--On Friday, August 08, 2003 18:56:45 -0500 Larry Rosenman <[EMAIL PROTECTED]> wrote: Here is the updated UnixWare threads patch. I need some help to set the HAVE_POSIX_GETPWUID_R define from configure, but this will suffice for now. This also includes my recommendation for the Compiler Bug

Re: [PATCHES] UPDATED UnixWare Threads Patch.

2003-08-08 Thread Bruce Momjian
I am going to tackle this one now. I am going to have to add the configure tests suggested, so each platform doesn't need to know if it has a Posix _r function or not. I will add the port-specific parts you mention below. You can test CVS once I am done. ---