• Teodor Sigaev's avatar
    Fix using too many LWLocks bug, reported by Craig Ringer · cf23b75b
    Teodor Sigaev authored
    <craig@postnewspapers.com.au>.
    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.
    
    Backpatch is needed.
    cf23b75b
gin.h 13.2 KB