Ensure that all startup paths (postmaster, standalone postgres, or

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

Commit: 6430e6e2831dc35a6e45bf09baac8c0c212d71d7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-19T17:03:08Z
Releases: 7.2.1
Ensure that all startup paths (postmaster, standalone postgres, or
bootstrap) check for a valid PG_VERSION file before looking at anything
else in the data directory.  This fixes confusing error report when
trying to start current sources in a pre-7.1 data directory.
Per trouble report from Rich Shepard 10/18/01.

Files