Replication through WAL

Поиск
Список
Период
Сортировка
От Chad La Joie
Тема Replication through WAL
Дата
Msg-id 3AE2D06A.3F94BFDA@vt.edu
обсуждение исходный текст
Ответы Re: Replication through WAL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Is there an easy way to read the WAL files generated by Postgres?  I'm
looking into writting a replication deamon for postgres and think that
the WAL files are the best way to know what has happened to the db and
what has to be replicated.  I have a roughed out idea of how to code it
up but the only thing I'm really wrestling with is how read the WAL
files.  Can anyone give me some pointers.  I've looked at all the xlog*
code and have a basic understading of how it works, but not a real good
one.  Any help on this would be appreciated.  Thanks


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

Предыдущее
От: Patrick Welche
Дата:
Сообщение: Re: Re: Call for platforms
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Replication through WAL