RE: Beta 6 Regression results on Redat 7.0.

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: Beta 6 Regression results on Redat 7.0.
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D333C@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на Beta 6 Regression results on Redat 7.0.  (Lamar Owen <lamar.owen@wgcr.org>)
Список pgsql-hackers
> Further note: this bug does not arise in 7.0.* because in that code,
> BufferSync will only pin buffers that have been dirtied in the current
> transaction.  This cannot affect a concurrent FlushRelationBuffers,
> which should be holding exclusive lock on the table it's flushing.
> 
> Or can it?  The above is safe enough for user tables, but on system
> tables we have a bad habit of releasing locks early. It seems possible
> that a VACUUM on a system table might see pins due to BufferSyncs
> running in concurrent transactions that have altered that system table.
> 
> Perhaps this issue does explain some of the reports of
> FlushRelationBuffers failure that we've seen from the field.

Another possible source of this problem (in 7.0.X) is BufferReplace..?

Vadim


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Final Call: RC1 about to go out the door ...
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Final Call: RC1 about to go out the door ...