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
In response to
pgsql-hackers by date
| Next: | From: Simon Riggs | Date: 2008-10-01 08:18:49 |
| Subject: Plans for Hot Standby |
| Previous: | From: Albe Laurenz | Date: 2008-10-01 07:01:08 |
| Subject: Re: Block-level CRC checks |