Re: BUG #4879: bgwriter fails to fsync the file in recovery mode

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #4879: bgwriter fails to fsync the file in recovery mode
Дата
Msg-id 4A43D1ED.50000@enterprisedb.com
обсуждение исходный текст
Ответ на Re: BUG #4879: bgwriter fails to fsync the file in recovery mode  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane wrote:
> +1, I think that's okay.  So to summarize the state of play, it seems
> we have these issues:
>
> * need to delete startup process's local pendingOpsTable once bgwriter
> is launched, so that requests go to bgwriter instead
>
> * need to push end-of-recovery checkpoint into bgwriter
>
> * need to do something about IsRecovery tests that will now be executed
> in bgwriter

Yep, that's all I have in mind.

> * need to fix mistaken code in FinishPreparedTransaction

This one I committed already.

> Are you (Heikki and Simon) in a position to finish these things today?
> I know it's starting to get late on your side of the pond.  Core have
> already been discussing whether we have to abort the release for this.

I'm planning to finish this today still. Assuming no new issues are
found, it won't take long to finish the patch, and then it needs an hour
or two of testing. If there's any new issues, it will have to wait 'till
tomorrow since after a few hours I won't be able to think straight anymore.

I'm not familiar with the release process so I don't have an opinion on
what to do about the release.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4879: bgwriter fails to fsync the file in recovery mode
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4879: bgwriter fails to fsync the file in recovery mode