BEGIN; -- entable line below to create old snapshot that -- makes index invisible in 8.4 --SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; EXPLAIN SELECT * FROM test WHERE x=3; \echo run HOT.index in another session