Re: [HACKERS] Remove secondary checkpoint - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [HACKERS] Remove secondary checkpoint
Date
Msg-id 20171024135535.3dk2txzriyepalmc@alap3.anarazel.de
Whole thread Raw
In response to Re: [HACKERS] Remove secondary checkpoint  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Remove secondary checkpoint
List pgsql-hackers
On 2017-10-24 09:50:12 -0400, Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> > Remove the code that maintained two checkpoint's WAL files and all
> > associated stuff.
> 
> > Try to avoid breaking anything else
> 
> > This
> > * reduces disk space requirements on master
> > * removes a minor bug in fast failover
> > * simplifies code
> 
> Doesn't it also make crash recovery less robust?

I think it does the contrary. The current mechanism is, in my opinion,
downright dangerous:
https://www.postgresql.org/message-id/20160201235854.GO8743@awork2.anarazel.de

Greetings,

Andres Freund


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Gaddam Sai Ram
Date:
Subject: [HACKERS] Help needed regarding DSA based in-memory index!
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Current int & float overflow checking is slow.