pgsql: Fix bug in streaming replication over multiple tli switches.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix bug in streaming replication over multiple tli switches.
Дата
Msg-id E1TqNZq-00071J-8N@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in streaming replication over multiple tli switches.

After receiving some WAL over streaming replication, try to open the file
from the timeline we're currently recieving, not recoveryTargetTLI. They
are usually the same, which is why wasn't noticed before, but you'd get
an error if there have been more than one timeline switch between the
current point in WAL and the recovery target.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d194d7a52630d855f43edbf0129e131099af6c14

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


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix silly typo in code, which broke the check for reaching consi
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Unify some tar functionality across different parts