pgsql: Remove 'optimization' to skip resolve_symlinks() when the found - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Remove 'optimization' to skip resolve_symlinks() when the found
Date
Msg-id 20041224165544.507BF3C83D2@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove 'optimization' to skip resolve_symlinks() when the found
executable file isn't itself a symlink.  We still need to run the
algorithm so that any directory symlinks in the path to the
executable are replaced by a true path.  Noticed this on seeing
pg_config give me a completely wrong answer for --pkglibdir when
I called it through a symlink to the installation bindir.

Modified Files:
--------------
    pgsql/src/port:
        exec.c (r1.34 -> r1.35)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/exec.c.diff?r1=1.34&r2=1.35)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update FAQ with new URL's for site.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update FAQ.