]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Code cleanup in path.c and exec.c. Handle Windows drive and network specs
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2004 01:16:22 +0000 (01:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2004 01:16:22 +0000 (01:16 +0000)
commit4867afef7a6493161e666df55d6b53f102ea5780
tree83b6b40f50af165284938a3ea76d325fabe0fcd0
parent3d6e538edfea2c610d1fd866dcea04c1927306bc
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.
src/include/port.h
src/port/exec.c
src/port/path.c