pgsql: Code cleanup in path.c and exec.c. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Code cleanup in path.c and exec.c.
Date
Msg-id 20041106011630.E466A3A3F2F@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Code cleanup in path.c and exec.c.  Handle Windows drive and network specs
everywhere not just some places, get rid of . and .. when joining path
sections together.  This should eliminate most of the ugly paths like
/foo/bar/./baz that we've been generating.

Modified Files:
--------------
    pgsql/src/include:
        port.h (r1.64 -> r1.65)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.64&r2=1.65)
    pgsql/src/port:
        exec.c (r1.30 -> r1.31)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/exec.c.diff?r1=1.30&r2=1.31)
        path.c (r1.41 -> r1.42)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.41&r2=1.42)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - pginst: Seperate deprecated modules to help prevent users
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update "dash" to "hyphen".