Re: how is pitr replay interruption time determined?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Simon Riggs" <simon(at)2ndquadrant(dot)com>, "Robert Treat" <xzilla(at)users(dot)sourceforge(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>,"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: how is pitr replay interruption time determined?
Date: 2007-08-29 16:01:29
Message-ID: 46D55209.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>>> On Wed, Aug 29, 2007 at 9:48 AM, in message
<200708291048(dot)54662(dot)xzilla(at)users(dot)sourceforge(dot)net>, Robert Treat
<xzilla(at)users(dot)sourceforge(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Medi Montaseri 2007-08-29 16:28:25 Re: how to create dir using pg/plsql
Previous Message Andrew Sullivan 2007-08-29 15:56:55 Re: How to monitor resources on Linux.