Re: CYGWIN correction; ipci rationalizationg - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: CYGWIN correction; ipci rationalizationg
Date
Msg-id 200402252017.i1PKHqP08578@candle.pha.pa.us
Whole thread Raw
In response to Re: CYGWIN correction; ipci rationalization  (Claudio Natoli <claudio.natoli@memetrics.com>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------

Claudio Natoli wrote:
>
> Any chance someone could take a peek at this before it bit-rots?
>
> Cheers,
> Claudio
>
> >
> > -----Original Message-----
> > From: Claudio Natoli
> > To: pgsql-patches@postgresql.org
> > Sent: 2/6/04 12:27 AM
> > Subject: [PATCHES] CYGWIN correction; ipci rationalization
> >
> >
> > For application to HEAD, following community review.
> >
> > * Changes incorrect CYGWIN defines to __CYGWIN__
> >
> > * Some localtime returns NULL checks (when unchecked cause SEGVs under
> > Win32 regression tests)
> >
> > * Rationalized CreateSharedMemoryAndSemaphores and
> > AttachSharedMemoryAndSemaphores (Bruce, I finally remembered
> > to do it); requires attention.
> >
> > Cheers,
> > Claudio
> >
> >
>
> ---
> Certain disclaimers and policies apply to all email sent from Memetrics.
> For the full text of these disclaimers and policies see
> <a
> href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
> ailpolicy.html</a>
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: win32 patch
Next
From: Claudio Natoli
Date:
Subject: dirmod (pg_usleep) bit-rot