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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Patch for option in pg_resetxlog for restore from WAL files
Дата
Msg-id 50602116.7060301@vmware.com
обсуждение исходный текст
Ответ на Patch for option in pg_resetxlog for restore from WAL files  (Amit kapila <amit.kapila@huawei.com>)
Ответы Re: Patch for option in pg_resetxlog for restore from WAL files
Re: Patch for option in pg_resetxlog for restore from WAL files
Список pgsql-hackers
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.

- Heikki



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

Предыдущее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.3] writable foreign tables
Следующее
От: Nozomi Anzai
Дата:
Сообщение: Re: 64-bit API for large object