mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 13:28:44 -04:00
cf23b75b4d
<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.