Add a notion of a 'catalog version number' that can indicate

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

Commit: eae456cd7fcdc5de759b38ef1d114f7770775483
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-10-24T20:42:27Z
Releases: 7.1.1
Add a notion of a 'catalog version number' that can indicate
when an initdb-forcing change has been applied within a development cycle.
PG_VERSION serves this purpose for official releases, but we can't bump
the PG_VERSION number every time we make a change to the catalogs during
development.  Instead, increase the catalog version number to warn other
developers that you've made an incompatible change.  See my mail to
pghackers for more info.

Files