Re: where is the postmaster executable in the win nt distribution ?

From: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
To: Christian Thrum <c(dot)thrum(at)intershop(dot)de>
Cc: "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org>
Subject: Re: where is the postmaster executable in the win nt distribution ?
Date: 2001-03-01 20:06:02
Message-ID: 20010301150602.D449@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Christian,

On Thu, Mar 01, 2001 at 03:23:20PM +0100, Christian Thrum wrote:
> i'm trying to get postgresql 7.0 running. the manual says that i have to
> start the postmaster
> process first. but in my bin directory there is no postmaster executable or
> script!

postmaster is a symlink to postgres. Under Cygwin, you should have the
following:

$ ls -l /usr/local/pgsql/bin/postmaster
lrw-r--r-- 1 jt Domain U 23 Dec 28 12:33 /usr/local/pgsql/bin/postmaster -> postgres.exe

> (do i have to compile it myself?)

You should probably build all of PostgreSQL yourself. While you are at
it, I suggest using 7.1beta5 or later (i.e., CVS) since they work better
under Cygwin.

> i use the binary version : postgresql-7.0-nt-binaries.tar.gz

What is the above? That is, from where did you get it?

Jason

--
Jason Tishler
Director, Software Engineering Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp. Fax: +1 (732) 264-8798
82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Fred Yankowski 2001-03-01 20:25:57 Re: where is the postmaster executable in the win nt distribution ?
Previous Message Tegge, Bernd 2001-03-01 19:54:00 Re: State of the QNX Port