CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/10/19 13:03:08
Modified files:
src/backend/bootstrap: bootstrap.c
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.c
src/backend/utils/init: miscinit.c postinit.c
src/bin/initdb : initdb.sh
Log message:
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.