Re: [PATCHES] About the structure of WAL Files.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [PATCHES] About the structure of WAL Files.
Дата
Msg-id 20060315131258.GA5222@surnet.cl
обсуждение исходный текст
Ответ на About the structure of WAL Files.  (Charlie Wang <wangbaobing@gmail.com>)
Ответы Re: [PATCHES] About the structure of WAL Files.  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Charlie Wang wrote:
> I want to write a function to expose the content of WAL Files as streams,
> and then send to somewhere else, record by record.

This is not a patch -- please do not write to the pgsql-patches list.
Thanks.

Re: the WAL records, most likely they are useless outside the server
that generated them, because they refer to relations using Oids, and to
specific page addresses which are probably not going to be exactly the
same anywhere else (consider VACUUM commands running at different
times).

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: "Rodrigo Hjort"
Дата:
Сообщение: Re: Restoring a Full Cluster on a Different Architecture (32 x 64)
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCHES] About the structure of WAL Files.