Use fork names instead of numbers in the file names for additional
authorHeikki Linnakangas <heikki@enterprisedb.com>
Mon, 6 Oct 2008 14:13:17 +0000 (14:13 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Mon, 6 Oct 2008 14:13:17 +0000 (14:13 +0000)
commit55664c86abe11b86e7d163f1964cde5541d9e5fa
treee4f1ce02654ae799e0d84fc9502917da9feaaabb
parentaf3bad701240833a7b51bd4b59d0f4eb844f52b2
Use fork names instead of numbers in the file names for additional
relation forks. While the file names are not visible to users, for those
that do peek into the data directory, it's nice to have more descriptive
names. Per Greg Stark's suggestion.
contrib/pageinspect/pageinspect.sql.in
contrib/pageinspect/rawpage.c
doc/src/sgml/pageinspect.sgml
doc/src/sgml/storage.sgml
src/backend/catalog/catalog.c
src/backend/utils/adt/dbsize.c
src/include/catalog/catalog.h
src/include/catalog/catversion.h
src/include/storage/relfilenode.h