RE: Beta 6 Regression results on Redat 7.0. - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject RE: Beta 6 Regression results on Redat 7.0.
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D333C@sectorbase1.sectorbase.com
Whole thread Raw
In response to Beta 6 Regression results on Redat 7.0.  (Lamar Owen <lamar.owen@wgcr.org>)
List 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 by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Final Call: RC1 about to go out the door ...
Next
From: Thomas Lockhart
Date:
Subject: Re: Final Call: RC1 about to go out the door ...