Dan Ports  wrote:
> On Tue, Jun 07, 2011 at 07:45:43PM -0500, Kevin Grittner wrote:
 
>> During testing of the SSI DDL changes I noticed that a REINDEX
>> INDEX created a predicate lock on page 0 of the index.
> 
> Really? That surprises me, and I couldn't reproduce it just now.
 
You're right; that one was a false alarm.  While REINDEX was reading
the heap to build the index it got an SIREAD lock on a *heap* page.
While that could arguably be avoided, even though the heap is being
read in a serializable transaction, I'm not inclined to get really
excited about it.  If someone wants to dodge it, they can always run
the REINDEX in READ COMMITTED or REPEATABLE READ mode.  Maybe 9.2
material if there's nothing to do that matters more than that.
 
"Move along; there's nothing to see here, folks...."
 
-Kevin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to