Skip to content

Commit 0a1e80c

Browse files
committed
Update variant expected-result file.
This should have been updated in d2d8a22, but it was overlooked. According to 31a877f which added it, this file is meant to show the results you get under default_transaction_isolation = serializable. We've largely lost track of that goal in other isolation tests, but as long as we've got this one, it should be right. Noted while fooling about with the isolationtester.
1 parent ffbe9de commit 0a1e80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/isolation/expected/drop-index-concurrently-1_2.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ QUERY PLAN
2121

2222
Sort
2323
Sort Key: id, data
24-
-> Seq Scan on test_dc
24+
-> Index Scan using test_dc_pkey on test_dc
2525
Filter: ((data)::text = '34'::text)
2626
step select2: SELECT * FROM test_dc WHERE data=34 ORDER BY id,data;
2727
id data

0 commit comments

Comments
 (0)