pgsql: Only skip pages marked as clean in the visibility map, if the

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: Only skip pages marked as clean in the visibility map, if the
Дата
Msg-id 20090122192500.7C9307559ED@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Update comments to reflect that tgenabled is not a boolean
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Support column-level privileges, as required by SQL standard.