Re: [PATCHES] 8.0.0b1: configure.in cygipc - Mailing list pgsql-cygwin

From Reini Urban
Subject Re: [PATCHES] 8.0.0b1: configure.in cygipc
Date
Msg-id 412DE0FE.9060104@x-ray.at
Whole thread Raw
In response to Re: [PATCHES] 8.0.0b1: configure.in cygipc  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [PATCHES] 8.0.0b1: configure.in cygipc
List pgsql-cygwin
Peter Eisentraut schrieb:
> Reini Urban wrote:
>>   cygipc is deprecated in cygwin, replaced by cygserver
>>   added test to check for running cygserver and the required
>>   server in $CYGWIN. Otherwise build for cygipc, but print a
>>warning.
>
> configure checks the build environment, not the run time environment.
> It's completely irrelevant whether cygserver is running when building
> PostgreSQL.

I know, but I didn't want to indroduce yet another --with-cygipc
configure switch, and the run-time detection is just decent a helper.
But my patch is still valid:
   The current cygipc check is wrong when cygserver is running. If
cygserver is not running, it displays a warning when using the cygipc
library.

Later we really should check the cygwin release version and decide on
that. That will require `uname -r` parsing.
Ok?
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/

pgsql-cygwin by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] 8.0.0b1: configure.in cygipc
Next
From: Jason Tishler
Date:
Subject: Re: postgresql-7.4.5-1 ready for review