Re: Isn't win32_make_absolute() a waste of - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject Re: Isn't win32_make_absolute() a waste of
Date
Msg-id 418C0F16.3020703@dunslane.net
Whole thread Raw
In response to Isn't win32_make_absolute() a waste of time?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers-win32
At the time this was included in initdb.c, if you called initdb like
this:  "bin/initdb" then the path to postgres ended up being determined
as "bin/postgres". This function was put in to get around a problem
Windows had in certain cases with such relative paths. That code path
has now changed so radically that you might be right in thinking it
redundant - I will have a closer look unless Bruce can give a
categorical answer.

cheers

andrew

Tom Lane wrote:

>AFAICS, src/port/exec.c's win32_make_absolute() is never called with
>a relative path.  Is there a reason not to remove it (ie, does it do
>something beyond what the comments claim)?
>
>
>
>

pgsql-hackers-win32 by date:

Previous
From: Tom Lane
Date:
Subject: Isn't win32_make_absolute() a waste of time?
Next
From: Aleksander Kmetec
Date:
Subject: locales and encodings on Windows