Fix platform-specific test for path prefix-ness: move it into path.c where
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/genfile.c | modified | +7 −6 |
| src/include/port.h | modified | +2 −1 |
| src/port/path.c | modified | +17 −1 |