OSDN Git Service

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)
commit87d95ca04d0b794c2ba49f40f6a2ee1d94835cac
treeded86a1d1dadddeb36033bc78ac6e4b7f0904c94
parentf7d25d2ab6357717dca11811858d1848fa486ba6
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