Re: Patch for option in pg_resetxlog for restore from WAL files

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Patch for option in pg_resetxlog for restore from WAL files
Дата
Msg-id 007e01cd9b21$e36e86f0$aa4b94d0$@kapila@huawei.com
обсуждение исходный текст
Ответ на Re: Patch for option in pg_resetxlog for restore from WAL files  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Allow WAL information to recover corrupted pg_controldata  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Tuesday, September 25, 2012 6:27 PM Simon Riggs wrote :
> On 24 September 2012 04:00, Heikki Linnakangas
> <hlinnakangas@vmware.com> 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.
> 
> Agreed, moving to next commitfest.
> 
> Amit, suggest review of the patch that this now depends upon.

Earlier I thought, I will try to finish in this CommitFest if the XLogReader
Patch gets committed by next week.
However if you feel it is better to work it for next CommitFest, I shall do
it that way. 

With Regards,
Amit Kapila.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: One patch, one review
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Oid registry