diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/test/regress/results/btree_index.out --- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out 2024-11-20 17:13:07.833032271 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/btree_index.out 2024-11-20 17:17:46.235898473 +0000 @@ -184,11 +184,10 @@ (3 rows) select hundred, twenty from tenk1 where hundred <= 48 order by hundred desc limit 1; - hundred | twenty ----------+-------- - 48 | 8 -(1 row) - +ERROR: deadlock detected +DETAIL: Process 23736 waits for AccessShareLock on relation 25159 of database 16384; blocked by process 23731. +Process 23731 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 23736. +HINT: See server log for query details. -- -- Add coverage for ScalarArrayOp btree quals with pivot tuple constants --