pgsql: Update visibility map in the second phase of vacuum.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Update visibility map in the second phase of vacuum.
Дата
Msg-id E1U5edt-0002kk-1t@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update visibility map in the second phase of vacuum.

There's a high chance that a page becomes all-visible when the second phase
of vacuum removes all the dead tuples on it, so it makes sense to check for
that. Otherwise the visibility map won't get updated until the next vacuum.

Pavan Deolasee, reviewed by Jeff Janes.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fdf9e21196a6f58c6021c967dc5776a16190f295

Modified Files
--------------
src/backend/commands/vacuumlazy.c |  133 +++++++++++++++++++++++++++++++++++-
1 files changed, 129 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Create libpgcommon, and move pg_malloc et al to it
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix bogus when-to-deregister-from-listener-array logic.