Order of operations in lazy_vacuum_rel

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Order of operations in lazy_vacuum_rel
Дата
Msg-id 13481.1265650179@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Order of operations in lazy_vacuum_rel  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
I see that lazy_vacuum_rel() truncates the heap before it does vacuuming
of the free space map.  Once upon a time this wouldn't have mattered,
but now it means that cancel interrupts are likely to be ignored for
the duration of FreeSpaceMapVacuum().  Is that really necessary?
Would it be okay to swap the two steps?
        regards, tom lane


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Pathological regexp match
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: damage control mode