Re: Page freezing, FSM, and WAL replay - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Page freezing, FSM, and WAL replay
Date
Msg-id 20180807161913.4une6h7awx4z6qgk@alvherre.pgsql
Whole thread Raw
In response to Page freezing, FSM, and WAL replay  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Page freezing, FSM, and WAL replay
List 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 by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Standby trying "restore_command" before local WAL
Next
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors