8.0.0b1: configure.in cygipc

From: Reini Urban <rurban(at)x-ray(dot)at>
To: pgsql-patches(at)postgresql(dot)org
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: 8.0.0b1: configure.in cygipc
Date: 2004-08-26 10:35:58
Message-ID: 412DBD0E.6070806@x-ray.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-patches

Attached is a cygipc patch against 8.0.0p1 and 7.4.5:

The cygipc patch should also be applied to the 7.4.x branch (if there
will be some more releases):

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.

replaced
AC_CHECK_LIB(cygipc, shmget)
by a better logic to detect cygserver, and only use cygipc if
cygserver fails.

******************************

BTW: My current set of CYGWIN-PATCHES I'm working on is at
http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/postgresql/postgresql-7.4.5-1/
and
http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/postgresql/postgresql-8.0.0beta1-1/
but the 8.0.0b1 patchset is not finished yet.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/

Attachment Content-Type Size
cygipc.patch text/plain 4.4 KB

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Peter Eisentraut 2004-08-26 12:55:43 Re: [PATCHES] 8.0.0b1: configure.in cygipc
Previous Message Reini Urban 2004-08-26 10:22:49 Re: dlopen error 128 with createlang

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2004-08-26 12:55:43 Re: [PATCHES] 8.0.0b1: configure.in cygipc
Previous Message Maksim Likharev 2004-08-26 05:11:38 Re: Win32 bug fix