Re: xlogdump fixups and WAL log question. - Mailing list pgsql-hackers

From Markus Schaber
Subject Re: xlogdump fixups and WAL log question.
Date
Msg-id 453DF59C.9070405@logix-tt.com
Whole thread Raw
In response to Re: xlogdump fixups and WAL log question.  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-hackers
Hi, Simon,

Simon Riggs wrote:

> 1. Provide a filter that can be easily used by archive_command to remove
> full page writes from WAL files. This would require us to disable the
> file size test when we begin recovery on a new WAL files, plus would
> need to redesign initial location of the checkpoint record since we
> could no longer rely on the XLogRecPtr being a byte offset within the
> file.

pg_WAL_filter could "correct" the XLogRecPtr and file sizes during the
filter run.

HTH,
Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org


pgsql-hackers by date:

Previous
From: "Hitoshi Harada"
Date:
Subject: Re: [PATCHES] smartvacuum() instead of autovacuum
Next
From: Zdenek Kotala
Date:
Subject: Re: COPY does not work with regproc and aclitem