Re: [ADMIN] Strange times in WAL files in archive directory (9.3)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [ADMIN] Strange times in WAL files in archive directory (9.3)
Дата
Msg-id 14804.1485267261@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [ADMIN] Strange times in WAL files in archive directory (9.3)  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Ответы Re: [ADMIN] Strange times in WAL files in archive directory (9.3)
Список pgsql-admin
Achilleas Mantzios <achill@matrix.gatewaynet.com> writes:
> On 24/01/2017 15:29, Tom Lane wrote:
>> The larger issue here is that you're confusing the function of an archive area with that of the active WAL
directory.The server will prune what is in the active WAL directory and does not want your  
>> help. In an archive directory, I'd expect the files to have monotonic timestamps corresponding to the times you
copiedthem over to the archive, so you could rely on the timestamp sequence there.  

> I would be silly to mess around with pg_xlog. I was talking about the
> archive directory. *There* is where I noticed the inconsistencies.

If you copied the files to the archive directory when the server told you
they were ready, it should be impossible for them to have non-sequential
timestamps.  I'm wondering if you tried to short-circuit that, perhaps
by hard-linking them instead of copying.  That won't work at all, since
the server will reuse (overwrite) the files once it thinks you've
copied them.

            regards, tom lane


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

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: [ADMIN] Strange times in WAL files in archive directory (9.3)
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: [ADMIN] Strange times in WAL files in archive directory (9.3)