Re: Replication through WAL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Chad La Joie <clajoie(at)vt(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Replication through WAL
Date: 2001-04-23 01:21:43
Message-ID: 200104230121.f3N1LhC00595@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Many believe WAL will be the basis for further replication features.
We will discuss this as part of 7.2 development in a few weeks.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chad La Joie 2001-04-23 02:29:48 Re: Replication through WAL
Previous Message Patrick Welche 2001-04-22 18:17:28 Re: Re: Call for platforms