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

From Simon Riggs
Subject [HACKERS] Remove secondary checkpoint
Date
Msg-id CANP8+jL_OjL7xM3WmY=jDzhfSs1Qup26iu0N6Rdav--S0mUrRg@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Remove secondary checkpoint
Re: [HACKERS] Remove secondary checkpoint
Re: [HACKERS] Remove secondary checkpoint
List pgsql-hackers
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

-- 
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] BLK_DONE state in XLogReadBufferForRedoExtended
Next
From: amul sul
Date:
Subject: Re: [HACKERS] [POC] hash partitioning