Re: WAL recovery is broken by FSM patch - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: WAL recovery is broken by FSM patch
Date
Msg-id 48E33133.9090205@enterprisedb.com
Whole thread Raw
In response to WAL recovery is broken by FSM patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> I just managed to make a backend dump core while fooling with the CTE
> patch, and found out that the system failed to recover, because the
> ensuing startup process *also* dumped core.  Here's the backtrace:
> ...
> 
> We should of course not be attempting XLogInsert during WAL replay.
> Now smgr_redo knows about that.  I rather wonder why fsm_redo is
> attempting to call smgrtruncate at all, seeing that there's presumably
> smgr's own redo record to tell it to deal with that.  I think that all
> fsm_redo need do is clear out the last untruncated block of FSM.

Agreed. Fixed, thanks.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: Block-level CRC checks
Next
From: Simon Riggs
Date:
Subject: Plans for Hot Standby