Re: Patch for option in pg_resetxlog for restore from WAL files - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Patch for option in pg_resetxlog for restore from WAL files
Date
Msg-id 00cf01cd9a41$93315d10$b9941730$@kapila@huawei.com
Whole thread Raw
In response to Re: Patch for option in pg_resetxlog for restore from WAL files  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
> On Monday, September 24, 2012 2:30 PM Heikki Linnakangas wrote:
> On 18.07.2012 16:47, Amit kapila wrote:
> > Patch implementing the design in below mail chain is attached with
> this mail.
> 
> This patch copies the ReadRecord() function and a bunch of related
> functions from xlog.c into pg_resetxlog.c. There's a separate patch in
> the current commitfest to make that code reusable, without having to
> copy-paste it to every tool that wants to parse the WAL. See
> https://commitfest.postgresql.org/action/patch_view?id=860. This patch
> should be refactored to make use of that framework, as soon as it's
> committed.

Sure. Thanks for the feedback.

With Regards,
Amit Kapila.




pgsql-hackers by date:

Previous
From: Nozomi Anzai
Date:
Subject: Re: 64-bit API for large object
Next
From: Amit kapila
Date:
Subject: Re: [WIP] Performance Improvement by reducing WAL for Update Operation