Re: postgresql 8.0 with cygwin - success - Mailing list pgsql-cygwin

From Bruce Momjian
Subject Re: postgresql 8.0 with cygwin - success
Date
Msg-id 200410151726.i9FHQlt24636@candle.pha.pa.us
Whole thread Raw
In response to Re: postgresql 8.0 with cygwin - success  (Reini Urban <rurban@x-ray.at>)
List pgsql-cygwin
Reini Urban wrote:
> Bruce Momjian schrieb:
> > Marek Lewczuk wrote:
> >>I'm just writing to let you know that latest cvs version of 8.0-beta3 is
> >>working fine under cygwin - there are no problems with compiling and
> >>running innitdb. All contrib modules are also working (except spi).
> >
> > Great.  Thanks.  I was getting conflicting reports of Cygwin problems
> > before.
>
> Not for me:
>
> I found a problem with my pg_ctl patch (WIN32 is always defined in
> cygwin when windows.h is included, and the START /B postmaster cmdline
> doesn't work on cygwin). Patch will be posted soon.

Yes, I was wondering about that use of START.  What I think we will do
is to add a comment that including windows.h in that file defines WIN32
and have an #ifndef __CYGWIN__ in places that need it --- just let me
know.

--
  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-cygwin by date:

Previous
From: Reini Urban
Date:
Subject: Re: postgresql 8.0 with cygwin - success
Next
From: Marek Lewczuk
Date:
Subject: Re: postgresql 8.0 with cygwin - success