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

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

Commit: eb5949d190e80360386113fde0f05854f0c9824d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-07-04T04:51:52Z
Releases: 8.1.0
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.

Files