pgsql: Only skip pages marked as clean in the visibility map, if the - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Only skip pages marked as clean in the visibility map, if the
Date
Msg-id 20090122192500.7C9307559ED@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Only skip pages marked as clean in the visibility map, if the last 32
pages were marked as clean as well. The idea is to avoid defeating OS
readahead by skipping a page here and there, and also makes it less likely
that we miss an opportunity to advance relfrozenxid, for the sake of only
a few skipped pages.

Modified Files:
--------------
    pgsql/src/backend/commands:
        vacuumlazy.c (r1.117 -> r1.118)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c?r1=1.117&r2=1.118)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Update comments to reflect that tgenabled is not a boolean
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support column-level privileges, as required by SQL standard.