Re: Include WAL in base backup

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Include WAL in base backup
Дата
Msg-id AANLkTinbj4_h3MBGq8L7deB3Xpmu0JJmPWwYy0S3=q4J@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Include WAL in base backup  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: Include WAL in base backup  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On Tue, Jan 25, 2011 at 15:04, Fujii Masao <masao.fujii@gmail.com> wrote:
> On Tue, Jan 25, 2011 at 10:28 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
>>> (the discussed changse above have been applied and pushed to github)
>>
>> Thanks! I'll test and review that.
>
> WAL file might get recycled or removed while walsender is reading it.
> So the WAL file which pg_basebackup seemingly received successfully
> might be actually invalid. Shouldn't we need to check that what we read
> is valid as XLogRead does?

Yikes. Yes, you are correct. We do catch the case when it is removed,
but not when it's recycled.

I'll need to look at that. Not sure if I'll have time today, but I'll
do it as soon as I can :-)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Re: patch: fix performance problems with repated decomprimation of varlena values in plpgsql
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: SSI patch version 14