Re: Page freezing, FSM, and WAL replay

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Page freezing, FSM, and WAL replay
Дата
Msg-id 20180807161913.4une6h7awx4z6qgk@alvherre.pgsql
обсуждение исходный текст
Ответ на Page freezing, FSM, and WAL replay  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Page freezing, FSM, and WAL replay
Список pgsql-hackers
On 2018-Aug-02, Alvaro Herrera wrote:

> After considering several possible solutions, I propose to have
> heap_xlog_visible compute free space for any page being marked frozen;
> Pavan adds to that to have heap_xlog_clean compute free space for all
> pages also.  This means that if we later promote this standby and VACUUM
> skips all-frozen pages, their FSM numbers are going to be up-to-date
> anyway.  Patch attached.

Now that the minors have been tagged, I'm considering pushing this
shortly to 9.6 - master.

Thanks

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Standby trying "restore_command" before local WAL
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors