Fix crash on concurrent insertions (#244)
This PR fixes #193: * Introduces a transaction-level lock on index updates to guard against a host of race conditions (in tape.rs, in meta_page.rs, and in index page updates). * Adds accompanying Python-based regression tests. (Concurrency testing is not well-supported by PGRX).
T
tjgreen42 committed
fa6f1a33df7934b987fec8bed30432de9c436da9
Parent: db05d01
Committed by GitHub <noreply@github.com>
on 6/30/2025, 4:34:24 PM