Re: Relocatable installs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Relocatable installs
Date
Msg-id 12545.1084058586@sss.pgh.pa.us
Whole thread Raw
In response to Re: Relocatable installs  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Relocatable installs  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Ah, got it.  Makes sense.  We do searches for finding our own path, but
> you can argue that this predictable --- we know we are running so the
> binary must be somewhere.  :-)  However, the version checking we do now
> is a little non-predictable because if we find a binary of the wrong
> version, we keep looking in the path.

Hm?  I see no version checks in FindExec.  It looks to me like the code
is just trying to ensure that it finds the same file that the shell
would have found.
        regards, tom lane


pgsql-hackers by date:

Previous
From: elein
Date:
Subject: Re: Adding MERGE to the TODO list (resend with subject)
Next
From: Bruce Momjian
Date:
Subject: Re: Relocatable installs