aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-06-14 21:58:26 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-06-14 21:58:26 -0400
commit2da5ddf8340f285453fbdcc57e7c40388953fafb (patch)
tree1852bbfd497ba09dc609f5098376eca53244c407 /src
parent0483ae7c513bf2604443fa681811b4a5113c6799 (diff)
downloadpostgresql-2da5ddf8340f285453fbdcc57e7c40388953fafb.tar.gz
postgresql-2da5ddf8340f285453fbdcc57e7c40388953fafb.zip
Update variant expected-result file.
This should have been updated in d2d8a229b, but it was overlooked. According to 31a877f18 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.
Diffstat (limited to 'src')
-rw-r--r--src/test/isolation/expected/drop-index-concurrently-1_2.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/isolation/expected/drop-index-concurrently-1_2.out b/src/test/isolation/expected/drop-index-concurrently-1_2.out
index e540bbe1d7f..87d07955d04 100644
--- a/src/test/isolation/expected/drop-index-concurrently-1_2.out
+++ b/src/test/isolation/expected/drop-index-concurrently-1_2.out
@@ -21,7 +21,7 @@ QUERY PLAN
Sort
Sort Key: id, data
- -> Seq Scan on test_dc
+ -> Index Scan using test_dc_pkey on test_dc
Filter: ((data)::text = '34'::text)
step select2: SELECT * FROM test_dc WHERE data=34 ORDER BY id,data;
id data