Arrange for VACUUM to delete the init file that relcache.c uses
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 May 1999 19:09:46 +0000 (19:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 May 1999 19:09:46 +0000 (19:09 +0000)
commit2119dadf21b7bb1c16c9f93ad02837af1063b61c
treedfa9fb7d5e22d627e7fa501d8ff239d205fabce0
parent387155a03c54d3e6d8c024e75c1a5aa99abf1073
Arrange for VACUUM to delete the init file that relcache.c uses
to save a little bit of backend startup time.  This way, the first
backend started after a VACUUM will rebuild the init file with up-to-date
statistics for the critical system indexes.
src/backend/commands/vacuum.c
src/backend/utils/cache/relcache.c
src/include/utils/relcache.h