Log Message:
-----------
Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common case
where no function stats entries exist. Partial response to Pavel's
observation that small VACUUM operations are noticeably slower in CVS HEAD
than 8.3.
Modified Files:
--------------
pgsql/src/backend/postmaster:
pgstat.c (r1.184 -> r1.185)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c?r1=1.184&r2=1.185)
pgsql-committers by date
| Next: | From: Magnus Hagander | Date: 2008-12-08 20:30:58 |
| Subject: pgsql: Clearify how processes are started by autovacuum, and what the |
| Previous: | From: Magnus Hagander | Date: 2008-12-08 15:11:42 |
| Subject: pgsql: Add note that autovacuum can use up several times |