Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a1e80c

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

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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp