From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PG Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: "make check" improvement for cygwin |
Date: | 2003-11-10 14:06:18 |
Message-ID: | 20031110140618.GD1820@tishler.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Kings-Lynne | 2003-11-10 14:18:14 | Re: "make check" improvement for cygwin |
Previous Message | Rod Taylor | 2003-11-10 13:17:49 | $PostgreSQL$ header -- Post 7.4 Release |