Code review for postmaster.pid contents changes.

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

Commit: 52948169bcddf443b76d6ff1806259b153a2ac04
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-01-14T00:01:28Z
Releases: 9.1.0
Code review for postmaster.pid contents changes.

Fix broken test for pre-existing postmaster, caused by wrong code for
appending lines to the lockfile; don't write a failed listen_address
setting into the lockfile; don't arbitrarily change the location of the
data directory in the lockfile compared to previous releases; provide more
consistent and useful definitions of the socket path and listen_address
entries; avoid assuming that pg_ctl has the same DEFAULT_PGSOCKET_DIR as
the postmaster; assorted code style improvements.

Files