Re: B-tree parent pointer and checkpoints - Mailing list pgsql-hackers

From Tom Lane
Subject Re: B-tree parent pointer and checkpoints
Date
Msg-id 26099.1288708214@sss.pgh.pa.us
Whole thread Raw
In response to B-tree parent pointer and checkpoints  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: B-tree parent pointer and checkpoints
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> I think we can fix this by requiring that any multi-WAL-record actions 
> that are in-progress when a checkpoint starts (at the REDO-pointer) must 
> finish before the checkpoint record is written.

What happens if someone wants to start a new split while the checkpoint
is hanging fire?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: improved parallel make support
Next
From: Heikki Linnakangas
Date:
Subject: Re: B-tree parent pointer and checkpoints