[HACKERS] Remove secondary checkpoint

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема [HACKERS] Remove secondary checkpoint
Дата
Msg-id CANP8+jL_OjL7xM3WmY=jDzhfSs1Qup26iu0N6Rdav--S0mUrRg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] Remove secondary checkpoint  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [HACKERS] Remove secondary checkpoint  (Michael Paquier <michael.paquier@gmail.com>)
Re: [HACKERS] Remove secondary checkpoint  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] BLK_DONE state in XLogReadBufferForRedoExtended
Следующее
От: amul sul
Дата:
Сообщение: Re: [HACKERS] [POC] hash partitioning