Make the backend grok relative paths for the data directory by converting
Peter Eisentraut <peter_e@gmx.net>
Make the backend grok relative paths for the data directory by converting it to an absolute path.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootstrap.c | modified | +18 −11 |
| src/backend/postmaster/postmaster.c | modified | +14 −14 |
| src/backend/tcop/postgres.c | modified | +19 −15 |
| src/backend/utils/init/miscinit.c | modified | +57 −1 |
| src/include/miscadmin.h | modified | +3 −1 |