From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Code cleanup in path.c and exec.c. |
Date: | 2004-11-06 01:16:30 |
Message-ID: | 20041106011630.E466A3A3F2F@svr1.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-11-06 03:24:30 | pgsql: Update "dash" to "hyphen". |
Previous Message | User Dpage | 2004-11-05 21:26:37 | pginstaller - pginst: Seperate deprecated modules to help prevent users |