pgsql: Only send cleanup_info messages if VACUUM removes any tuples.

Поиск
Список
Период
Сортировка
От sriggs@postgresql.org (Simon Riggs)
Тема pgsql: Only send cleanup_info messages if VACUUM removes any tuples.
Дата
Msg-id 20100421195325.08AA07541D0@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Log Message:
-----------
Only send cleanup_info messages if VACUUM removes any tuples.
There is no other purpose for this message type than to report
the latestRemovedXid of removed tuples, prior to index scans.
Removes overlooked path for sending invalid latestRemovedXid.
Fixes buildfarm failure on centaur.

Modified Files:
--------------
    pgsql/src/backend/commands:
        vacuumlazy.c (r1.133 -> r1.134)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c?r1=1.133&r2=1.134)

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

Предыдущее
От: sriggs@postgresql.org (Simon Riggs)
Дата:
Сообщение: pgsql: Relax locking during GetCurrentVirtualXIDs().
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Enforce superuser permissions checks during ALTER ROLE/DATABASE