]> granicus.if.org Git - postgresql/commit
Fix up canonicalize_path to do the right thing in all cases (I think ...
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Aug 2005 21:07:53 +0000 (21:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Aug 2005 21:07:53 +0000 (21:07 +0000)
commit0d1ebe0194e79c8a211574f61740c4235a1fc30a
tree82250fea882b1b423ab6059d111a20f4b750afd5
parent9cc5caea6c61285bd9c9172beaf2fc76c0a5cd71
Fix up canonicalize_path to do the right thing in all cases (I think ...
this was harder than it seemed at first glance).  Also push code for
checking for ".." in file names into path.c where it belongs.
src/backend/utils/adt/genfile.c
src/include/port.h
src/port/path.c