Check the file system on postmaster startup and report any unreferenced
authorBruce Momjian <bruce@momjian.us>
Mon, 2 May 2005 18:26:54 +0000 (18:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 2 May 2005 18:26:54 +0000 (18:26 +0000)
commitb64fc9c6ae94efc9ec759017a5f8c891853f9c07
tree0eccbeeea4b66864d402ef1d4cf155c485ba12fc
parent119af8972d879cd9c5f7b1c766a83c1904c9c54b
Check the file system on postmaster startup and report any unreferenced
files in the server log.

Heikki Linnakangas
doc/src/sgml/maintenance.sgml
src/backend/access/transam/xlog.c
src/backend/catalog/catalog.c
src/backend/commands/tablespace.c
src/backend/utils/adt/misc.c
src/backend/utils/init/Makefile
src/backend/utils/init/checkfiles.c [new file with mode: 0644]
src/include/catalog/catalog.h
src/include/utils/flatfiles.h