Use canonicalize_path for -D, GUC paths, and paths coming in from
Bruce Momjian <bruce@momjian.us>
Use canonicalize_path for -D, GUC paths, and paths coming in from environment variables.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +3 −2 |
| src/backend/utils/misc/guc.c | modified | +25 −10 |
| src/bin/psql/command.c | modified | +6 −3 |
| src/bin/psql/copy.c | modified | +3 −1 |
| src/port/path.c | modified | +34 −23 |