Verified fix for Bug 4137

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Verified fix for Bug 4137
Дата
Msg-id 1210062649.4435.189.camel@ebony.site
обсуждение исходный текст
Ответы Re: Verified fix for Bug 4137  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-patches
The following patch has been independently verified as fixing bug 4137.

The problem was that at the very start of archive recovery the %r
parameter in restore_command could be set to a filename later than the
currently requested filename (%f). This could lead to early truncation
of the archived WAL files and would cause warm standby replication to
fail soon afterwards, in certain specific circumstances.

Fix applied to both core server in generating correct %r filenames and
also to pg_standby to prevent acceptance of out-of-sequence filenames.

Request review and commit. No port specific details.

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: create or replace language
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Verified fix for Bug 4137