pgsql: Fix the tracking of min recovery point timeline.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix the tracking of min recovery point timeline.
Дата
Msg-id E1Ti6Fv-0002LP-6f@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix the tracking of min recovery point timeline.

Forgot to update it at the right place. Also, consider checkpoint record
that switches to new timelne to be on the new timeline.

This fixes erroneous "requested timeline 2 does not contain minimum recovery
point" errors, pointed out by Amit Kapila while testing another patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6be799664aa89a473c15af7a015f4c2b2794da2e

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix assorted bugs in privileges-for-types patch.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Update minimum recovery point on truncation.