Re: "make check" improvement for cygwin - Mailing list pgsql-patches

From Jason Tishler
Subject Re: "make check" improvement for cygwin
Date
Msg-id 20031110140618.GD1820@tishler.net
Whole thread Raw
In response to Re: "make check" improvement for cygwin  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: "make check" improvement for cygwin  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: "make check" improvement for cygwin  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Christopher,

On Sat, Nov 08, 2003 at 10:47:45PM -0500, Bruce Momjian wrote:
> > ! PostgreSQL requires the Cygwin set of libraries to be installed in
                              ^^^^^^^^^^^^^^^^^^^^^^^
> > ! order that it functions under Windows.

The phrase "Cygwin set of DLLs" is more accurate.  Actually, the phrase
"appropriate subset of Cygwin DLLs" is even better.

> > ! 2.  Proceed through the Cygwin install wizard.  Choose 'Install from
> > !     Internet', specify a Local Package Directory and choose a mirror
> > !     site that's close to you.  Leave everything else as-is.
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^

The default will not work for all users.

> > !     3a.  Start ipc-daemon2 for shared memory support. Use
> > !          "net start ipc-daemon2", if you want ipc-daemon2 installed
> > !          as a service; otherwise, use "ipc-daemon2 &".  This program
> > !          needs to be running anytime you start the PostgreSQL server
> > !          (postmaster) or initialize a database (initdb).

The above is missing the "ipc-daemon2 --install-as-service" step.

You may want to add installing postmaster as a service too.

> > ! There are some points that are only relevant if you are building Cygwin
> > ! PostgreSQL from source:
> > !
> > ! 1.  Set your path to use the Cygwin bin directory before the Windows
> > !     utilities.  Cygwin sort must be used in preference to Windows sort.exe.

Is the above needed during runtime too?

Sorry for being picky and not supplying a patch.  Nevertheless, I
appreciate you updating the README.

Thanks,
Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: $PostgreSQL$ header -- Post 7.4 Release
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: "make check" improvement for cygwin