RE: PostgreSQL 7.1 beta3 on Windows 2k

From: "JJAR" <jjarcore(at)eresmas(dot)com>
To: "Jason Tishler" <Jason(dot)Tishler(at)dothill(dot)com>, "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-ports(at)postgresql(dot)org>
Subject: RE: PostgreSQL 7.1 beta3 on Windows 2k
Date: 2001-02-07 22:28:06
Message-ID: IPECLCJEPIFNIDOABNELAEJJCBAA.jjarcore@eresmas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Jason,

Well, I think you have read the response to Peter Eisentraut and the
previous e-mail to Tom Lane.
Tom says the database is OK so I have put it to work and have created a new
user, an empty database and have connected to it through JDBC. No problem by
the moment.
But ( there has always to be a but ) when I shutdown I get the
IpcMemoryDetach problem:

administrador(at)OBJECTIER /usr/local/pgsql/bin
$ pg_ctl stop
Smart Shutdown request at Wed Feb 7 22:20:33 2001
postmaster successfully shut down.

administrador(at)OBJECTIER /usr/local/pgsql/bin
$ DEBUG: shutting down
DEBUG: database system is shut down
IpcMemoryDetach: shmdt(0x70d0000) failed: Invalid argument

[2]+ Done postmaster -i (wd: /usr/local/pgsql/data)
(wd now: /usr/local/pgsql/bin)

The irony here is that I upgraded not to get this error. ;)
Thank you very much for your time and sorry if I have wasted it.
See you.

//Juan

-----Mensaje original-----
De: Jason Tishler [mailto:Jason(dot)Tishler(at)dothill(dot)com]
Enviado el: miercoles, 07 de febrero de 2001 19:13
Para: Peter Eisentraut
CC: JJAR; Tom Lane; pgsql-ports(at)postgresql(dot)org
Asunto: Re: [PORTS] PostgreSQL 7.1 beta3 on Windows 2k

Peter,

On Wed, Feb 07, 2001 at 06:08:58PM +0100, Peter Eisentraut wrote:
> You might want to try running
>
> make SHELL=/bin/bash check
>
> (or whereever you have bash) because the standard /bin/sh is known to be
> pretty stupid.

On Cygwin, the "standard" sh is actually ash -- a stripped down bash
that is suppose to be quicker at running scripts (e.g., configure).
Nevertheless, I think that this is an excellent suggestion -- sh may be
doing some goofy things so it is worth a shot.

Juan, please try this and report back to the list -- I won't have access
to the machine that had problems running the regression tests for a while.

Thanks,
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 Jari Aalto+tpu.misc 2001-02-07 22:45:17 Win98/Cygwin make failure
Previous Message JJAR 2001-02-07 22:28:03 RE: PostgreSQL 7.1 beta3 on Windows 2k