Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Re: Antw: Re: Patch for NetWare support - Mailing list pgsql-patches

From Ulrich Neumann
Subject Re: Antw: Re: Patch for NetWare support
Date
Msg-id sd585002.099@mail.gne.de
Whole thread Raw
In response to Antw: Re: Patch for NetWare support  ("Ulrich Neumann" <U_Neumann@gne.de>)
Responses Re: Antw: Re: Patch for NetWare support
List 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@gmx.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@gmx.net


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


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: additional ONLY docs
Next
From: Stephan Szabo
Date:
Subject: Re: Fix disabled triggers with deferred constraints