Skip to content
Snippets Groups Projects
Commit eb5949d1 authored by Tom Lane's avatar Tom Lane
Browse files

Arrange for the postmaster (and standalone backends, initdb, etc) to

chdir into PGDATA and subsequently use relative paths instead of absolute
paths to access all files under PGDATA.  This seems to give a small
performance improvement, and it should make the system more robust
against naive DBAs doing things like moving a database directory that
has a live postmaster in it.  Per recent discussion.
parent 7504f0ba
No related branches found
No related tags found
No related merge requests found
Showing
with 309 additions and 396 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment