mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 07:13:06 -04:00
7a3693716d
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.