Re: how is pitr replay interruption time determined? - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: how is pitr replay interruption time determined?
Date
Msg-id 46D55209.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to Re: how is pitr replay interruption time determined?  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-admin
>>> On Wed, Aug 29, 2007 at  9:48 AM, in message
<200708291048.54662.xzilla@users.sourceforge.net>, Robert Treat
<xzilla@users.sourceforge.net> wrote:
> Looking at last checkpoint location in pg_control, I see:
> Latest checkpoint location:           1C/8001E848
>
> How does one translate that into an xlog file name?

Unless you've gotten fancy in a PITR recovery, it should be:

000000010000001C00000080

01E848 is the offset into the file.

-Kevin




pgsql-admin by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: How to monitor resources on Linux.
Next
From: "Medi Montaseri"
Date:
Subject: Re: how to create dir using pg/plsql