pgsql: Fix sloppiness in the timeline switch over streaming replication

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix sloppiness in the timeline switch over streaming replication
Дата
Msg-id E1Tm74R-0003B9-DN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix sloppiness in the timeline switch over streaming replication patch.

Here's another attempt at fixing the logic that decides how far the WAL can
be streamed, which was still broken if the timeline changed while streaming.
You would get an assertion failure. The way the logic is now written is more
readable, too.

Thom Brown reported the assertion failure.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1ff92eea140ccf0503b7399549031976e5c6642e

Modified Files
--------------
src/backend/replication/walsender.c |  101 +++++++++++++++++++----------------
1 files changed, 54 insertions(+), 47 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix race condition if a file is removed while pg_basebackup is r
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix documentation typo.