Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: how is pitr replay interruption time determined?



>>> 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
 





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group