Re: WIP patch for system-catalog vacuuming via a relation map

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP patch for system-catalog vacuuming via a relation map
Дата
Msg-id 7640.1265407667@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIP patch for system-catalog vacuuming via a relation map  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> Barring objections I'm going to press ahead with completing and
>> committing this; then in a separate patch remove VACUUM FULL INPLACE.

> With the second patch, we will continue to support reading
> XVAC_MOVED_OUT and IN hint bits, but never set them, correct?

Right, the tqual support has to stay for as long as we support binary
upgrade from previous releases.  (Unless we want to work out some way
of ensuring no MOVED bits remain set in a database.)  There is one
heck of a lot of other infrastructure and complexity that can go away,
though.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: WIP patch for system-catalog vacuuming via a relation map
Следующее
От: Marko Kreen
Дата:
Сообщение: Re: Confusion over Python drivers