Log Message:
-----------
Fix using too many LWLocks bug, reported by Craig Ringer 
<[EMAIL PROTECTED]>.
It was my mistake, I missed limitation of number of held locks, now GIN doesn't
use continiuous locks, but still hold buffers pinned to prevent interference 
with vacuum's deletion algorithm.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/gin:
        ginget.c (r1.4.2.1 -> r1.4.2.2)
        
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginget.c?r1=1.4.2.1&r2=1.4.2.2)
    pgsql/src/include/access:
        gin.h (r1.9.2.1 -> r1.9.2.2)
        
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/gin.h?r1=1.9.2.1&r2=1.9.2.2)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to