Avoid having autovacuum read pgstats data too many times in quick succession.
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/autovacuum.c | modified | +49 −10 |