Re: pg_standby -l might destory the archived file

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_standby -l might destory the archived file
Дата
Msg-id 256.1243905703@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_standby -l might destory the archived file  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: pg_standby -l might destory the archived file  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Fujii Masao <masao.fujii@gmail.com> writes:
> Yes, the old xlog itself is not used again. But, the *old file* might
> be recycled and used later. The case that I'm looking at is that the
> symlink to a temporary area is recycled. Am I missing something?

Actually, I think the right fix for that would be to add defenses to
xlog.c to not try to "recycle" a file that is a symlink.  No good could
possibly come of that.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: dblink patches for comment
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: dot to be considered as a word delimiter?