WAL dump tool

From: higepon <higepon(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: WAL dump tool
Date: 2009-05-08 08:43:11
Message-ID: f07386410905080143q66f5e87dtcf7f8545578f5d56@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.
Is the following todo item still necessary?

Create dump tool for write-ahead logs for use in determining
transaction id for point-in-time recovery.
This is useful for checking PITR recovery.

If so, I want to make it.
What is the expected output of the dump tool?
TransactionId, TimeLineID and ?

Best regards,

-----
MINOWA Taro (Higepon)

Cybozu Labs, Inc.

http://www.monaos.org/
http://code.google.com/p/mosh-scheme/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-05-08 12:49:35 Re: Some 8.4 changes needed according to pg_migrator testing
Previous Message higepon 2009-05-08 07:43:59 Re: Extra cost of "lossy mode" Bitmap Scan plan