Re: pg_rewind in contrib - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: pg_rewind in contrib
Date
Msg-id 54B7C036.2000600@vmware.com
Whole thread Raw
In response to Re: pg_rewind in contrib  (Greg Stark <stark@mit.edu>)
List pgsql-hackers
On 01/15/2015 03:21 PM, Greg Stark wrote:
> I must have missed this, how did you some the hint bit problem with
> pg_rewind? Last I understood you ran the risk that the server has unlogged
> hint bit updates that you wouldn't know to rewind.

There's a new GUC in 9.4, wal_log_hints, for that. It has to be turned 
on for pg_rewind to work. Or data checksums must be enabled, which also 
causes hint bit updates to be logged.

- Heikki




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pg_rewind in contrib
Next
From: Amit Kapila
Date:
Subject: Re: Parallel Seq Scan