pgsql: Switch timelines if we crash soon after promotion.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Switch timelines if we crash soon after promotion.
Дата
Msg-id E1U0zrK-0007vx-Kd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Switch timelines if we crash soon after promotion.
Previous patch to skip checkpoints at end of recovery didn't
correctly perform crash recovery, fumbling the timeline switch.
Now we record the minRecoveryPointTLI of the newly selected
timeline, so that we crash recover to the correct timeline.

Bug report from Fujii Masao, investigated by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3f0ab052330905f1ad2183684e75e6a2cbfa0c76

Modified Files
--------------
src/backend/access/transam/xlog.c |   38 ++++++++++++++++++++++++++++++++++++-
1 files changed, 37 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Reject nonzero day fields in AT TIME ZONE INTERVAL functions.
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Fast promote mode skips checkpoint at end of recovery.