| From: | Bernd Helmle <mailings(at)oopsware(dot)de> |
|---|---|
| To: | Gregory Stark <stark(at)enterprisedb(dot)com>, PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: xlogdump |
| Date: | 2007-11-02 12:10:04 |
| Message-ID: | 2547704EF040C87F589BA973@imhotep.credativ.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
--On Freitag, November 02, 2007 10:54:45 +0000 Gregory Stark
<stark(at)enterprisedb(dot)com> wrote:
> I think this module should be rewritten to depend more closely on the
> Postgres source files. What I'm doing now is making an SRF in the style
> of the pageinspect module which will read an arbitrary wal file and
> generate records directly.
Isn't that already partially implemented in xlogviewer, hosted on the same
project:
<http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogviewer/
The last time i've used it it had some problems with exhausted memory, but
it implements a SRF returning WAL records from a given log segment file.
--
Thanks
Bernd
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gokulakannan Somasundaram | 2007-11-02 12:21:00 | Re: Proposal: Select ... AS OF Savepoint |
| Previous Message | Jonah H. Harris | 2007-11-02 11:53:53 | Re: Proposal: Select ... AS OF Savepoint |