Re: WAL replay bugs - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: WAL replay bugs
Date
Msg-id 53436AD1.8020607@agliodbs.com
Whole thread Raw
In response to WAL replay bugs  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
On 04/07/2014 02:16 PM, Heikki Linnakangas wrote:
> I've been playing with a little hack that records a before and after
> image of every page modification that is WAL-logged, and writes the
> images to a file along with the LSN of the corresponding WAL record. I
> set up a master-standby replication with that hack in place in both
> servers, and ran the regression suite. Then I compared the after images
> after every WAL record, as written on master, and as replayed by the
> standby.

This is awesome ... thank you for doing this.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why is it not sane to pass ExecStoreTuple(shouldFree=true) for tuples point into buffers
Next
From: Michael Paquier
Date:
Subject: Default gin operator class of jsonb failing with index row size maximum reached