]> granicus.if.org Git - postgresql/commit
Avoid having autovacuum read pgstats data too many times in quick succession.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 24 Sep 2007 04:12:01 +0000 (04:12 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 24 Sep 2007 04:12:01 +0000 (04:12 +0000)
commit45cbdaa038d7219ac08e04750cd18c9958611a9b
treee6dfc01d6c9523b14fa0af01718d4b83f85d4f89
parent585366263014936015298cc5f96fef80171709bd
Avoid having autovacuum read pgstats data too many times in quick succession.
This is problematic for the autovac launcher when there are many databases,
so we keep data for a full second before reading it again.
src/backend/postmaster/autovacuum.c