]> granicus.if.org Git - postgresql/commit
Fix platform-specific test for path prefix-ness: move it into path.c where
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Aug 2005 19:39:39 +0000 (19:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Aug 2005 19:39:39 +0000 (19:39 +0000)
commit8aec77fb9fbbe78bfb72b6003f9b54d3cadeccd1
tree69438747097c55b026e126f11144b90b8c278182
parent6b44d796c7e10337537a1fa7591bb5e89d900152
Fix platform-specific test for path prefix-ness: move it into path.c where
it can be done right.  Allow explicit use of absolute DataDir path.
Per Dave Page.
src/backend/utils/adt/genfile.c
src/include/port.h
src/port/path.c