mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
at once and ItemPointers are collected in memory. Remove tuple's killing by killtuple() if tuple was moved to another page - it could produce unaceptable overhead. Backpatch up to 8.1 because the bug was introduced by GiST's concurrency support.