pgsql: Reduce the acceptable staleness of pgstat data for autovacuum, - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Reduce the acceptable staleness of pgstat data for autovacuum,
Date
Msg-id 20081103190341.8395D7545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reduce the acceptable staleness of pgstat data for autovacuum, per the
longstanding note in the source that this patch removes.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.85 -> r1.86)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.85&r2=1.86)
        pgstat.c (r1.182 -> r1.183)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c?r1=1.182&r2=1.183)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add pg_typeof() function.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix two error-recovery bugs in describeOneTableDetails(), and