]> granicus.if.org Git - postgresql/commit
Add a notion of a 'catalog version number' that can indicate
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Oct 1999 20:42:27 +0000 (20:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Oct 1999 20:42:27 +0000 (20:42 +0000)
commiteae456cd7fcdc5de759b38ef1d114f7770775483
tree90eca5dde475dba1366ab7f770109272b86fc9b6
parent9efee18a28ddacaf63d2fec3f1ea93325e8b6792
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.
src/backend/access/transam/Makefile
src/backend/access/transam/xlog.c
src/include/catalog/catversion.h [new file with mode: 0644]