Re: Antw: Re: Patch for NetWare support

From: "Ulrich Neumann" <U_Neumann(at)gne(dot)de>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Antw: Re: Patch for NetWare support
Date: 2002-08-12 22:16:35
Message-ID: sd585002.099@mail.gne.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

At the moment there isn't ln at all. Just making a copy of the binary
is a problem because the binary name is compiled in the binary
and if you use srgc[0] NetWare reports "postgres" instead of
"postmaster".

I know that this behaviour isn't UNIX like but today I don't have
another way to do it. In the future NetWare accepts ELF binary
formats and 'links' so we can remove the code later, but it will take
up to a year until we get there.

Ulrich

>>> Peter Eisentraut <peter_e(at)gmx(dot)net> 12.08.2002 22:06:58 >>>
Ulrich Neumann writes:

> at the moment NetWare doesn't have symbolic links so it's the only
> chance for me to decide between postmaster, bootstrap or normal
> interactive backend.

Does it have hard links? Does it have 'ln' at all? Otherwise we
should
define $(LN_S) to 'cp' and just make a copy. That way we avoid
patching
up the code.

--
Peter Eisentraut peter_e(at)gmx(dot)net

---------------------------(end of
broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to
majordomo(at)postgresql(dot)org
----------------------------------
This e-mail is virus scanned
Diese e-mail ist virusgeprueft

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Stephan Szabo 2002-08-12 22:21:04 Re: Fix disabled triggers with deferred constraints
Previous Message Tom Lane 2002-08-12 22:16:08 Re: additional ONLY docs