Fix platform-specific test for path prefix-ness: move it into path.c where

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8aec77fb9fbbe78bfb72b6003f9b54d3cadeccd1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-29T19:39:39Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/backend/utils/adt/genfile.c modified +7 −6
src/include/port.h modified +2 −1
src/port/path.c modified +17 −1