Regarding Checkpoint Redo Record - Mailing list pgsql-hackers

From Amit Kapila
Subject Regarding Checkpoint Redo Record
Date
Msg-id B6907F5537A1430AABC57E0C928ABE4A@china.huawei.com
Whole thread Raw
Responses Re: Regarding Checkpoint Redo Record
List pgsql-hackers

Why PostgreSQL needs to write WAL record for Checkpoint when it maintains same information in pg_control file?

This may be required in case we need information about more than one checkpoint as pg_control can hold information of only recent checkpoint. But I could not think of a case where more than one checkpoint information will be required.

Could anybody let me know the cases where it is required.  

 

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: 16-bit page checksums for 9.2
Next
From: Heikki Linnakangas
Date:
Subject: Re: Regarding Checkpoint Redo Record