pgsql: Reduce the acceptable staleness of pgstat data for autovacuum,

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reduce the acceptable staleness of pgstat data for autovacuum,
Date: 2008-11-03 19:03:41
Message-ID: 20081103190341.8395D7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-03 19:08:56 pgsql: Fix two error-recovery bugs in describeOneTableDetails(), and
Previous Message Tom Lane 2008-11-03 17:51:13 pgsql: Add pg_typeof() function.