pgsql: Teach pgstat_vacuum_stat to not bother scanning pg_proc in the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Teach pgstat_vacuum_stat to not bother scanning pg_proc in the
Date
Msg-id 20081208154454.BA8CB7545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Add note that autovacuum can use up several times
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Clearify how processes are started by autovacuum, and what the