Re: WAL replay logic (was Re: [PERFORM] Mount options for Ext3?) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WAL replay logic (was Re: [PERFORM] Mount options for Ext3?)
Date
Msg-id 10916.1043511372@sss.pgh.pa.us
Whole thread Raw
In response to Re: WAL replay logic (was Re: [PERFORM] Mount options for Ext3?)  (Curt Sampson <cjs@cynic.net>)
List pgsql-hackers
Curt Sampson <cjs@cynic.net> writes:
> On Sat, 25 Jan 2003, Tom Lane wrote:
>> We'd have to take it on faith that we should replay the visible files
>> in their name order.

> Couldn't you could just put timestamp information at the beginning if
> each file,

Good thought --- there's already an xlp_pageaddr field on every page
of WAL, and you could examine that to be sure it matches the file name.
If not, the file csn be ignored.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Kevin Brown
Date:
Subject: Re: WAL replay logic (was Re: [PERFORM] Mount options for Ext3?)
Next
From: Dave Cramer
Date:
Subject: interactive docs error