• Tom Lane's avatar
    Reimplement hash index locking algorithms, per my recent proposal to · 7a369371
    Tom Lane authored
    pghackers.  This fixes the problem recently reported by Markus KrÌutner
    (hash bucket split corrupts the state of scans being done concurrently),
    and I believe it also fixes all the known problems with deadlocks in
    hash index operations.  Hash indexes are still not really ready for prime
    time (since they aren't WAL-logged), but this is a step forward.
    7a369371
lmgr.c 9.13 KB