Re: XLog: how to log? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: XLog: how to log?
Date
Msg-id 14759.1084307355@sss.pgh.pa.us
Whole thread Raw
In response to Re: XLog: how to log?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: XLog: how to log?  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> Currently, recovery loops until end of xlogs. There is no exit condition
> from the loop. There is not currently a timestamp on the xlogs -
> anywhere apart from the file date on each xlog.

Sure there is: every transaction commit record (and I think abort as
well) carries a timestamp.  This was put in with PITR in mind in the
very beginning.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Adding MERGE to the TODO list (resend with subject)
Next
From: Simon Riggs
Date:
Subject: Re: XLog: how to log?