reindex creates predicate lock on index root - Mailing list pgsql-hackers

From Kevin Grittner
Subject reindex creates predicate lock on index root
Date
Msg-id 4DEE7FE7020000250003E2C1@gw.wicourts.gov
Whole thread Raw
Responses Re: reindex creates predicate lock on index root
Re: reindex creates predicate lock on index root
Re: reindex creates predicate lock on index root
List pgsql-hackers
During testing of the SSI DDL changes I noticed that a REINDEX INDEX
created a predicate lock on page 0 of the index.  This is pretty
harmless, but mildly annoying.  There are a few other places where
it would be good to suppress predicate locks; these are listed on
the R&D section of the Wiki.  I hope to clean some of these up in
9.2. Unless a very clean and safe fix for the subject issue pops out
on further review, I'll add this to that list.
-Kevin


pgsql-hackers by date:

Previous
From: "Mike Pultz"
Date:
Subject: Re: smallserial / serial2
Next
From: Robert Haas
Date:
Subject: Re: Domains versus polymorphic functions, redux