From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Reini Urban <rurban(at)x-ray(dot)at> |
Cc: | Marek Lewczuk <newsy(at)lewczuk(dot)com>, Lista dyskusyjna pgsql-cygwin <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: postgresql 8.0 with cygwin - success |
Date: | 2004-10-15 17:26:47 |
Message-ID: | 200410151726.i9FHQlt24636@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin pgsql-patches |
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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Marek Lewczuk | 2004-10-15 17:52:50 | Re: postgresql 8.0 with cygwin - success |
Previous Message | Reini Urban | 2004-10-15 17:23:53 | Re: postgresql 8.0 with cygwin - success |
From | Date | Subject | |
---|---|---|---|
Next Message | Reini Urban | 2004-10-15 17:26:54 | Re: pg_regress --temp-keep |
Previous Message | Reini Urban | 2004-10-15 17:23:53 | Re: postgresql 8.0 with cygwin - success |