Re: again...

Поиск
Список
Период
Сортировка
От Ati Rosselet
Тема Re: again...
Дата
Msg-id ce6402fc0810250935v1cd207cdld79bd0465c21a9c3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: again...  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general
I wish... no such luck.  No virus scanner on the back end (nothing gets on the server except the database :))

It seems to be a race condition where the old file is closed before the new file is opened, and the logging attempt fails right at that time. The new file is created just fine, and from then, until the next 10MB checkpoint, all is fine.  The reason I'm guessing this, is that it doesn't occur at each file rollover, just sometimes.. indicating (to me at least) that its a timing problem...  I tried to get the code and figure out what its doing.. but.. well... um..not really able to figure it out :(

Maybe you've got a virus scanner that's locking your log files on you?

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: again...
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Question about VACUUM