summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/expected/int8.out
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/btree_gist/expected/int8.out')
-rw-r--r--contrib/btree_gist/expected/int8.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/btree_gist/expected/int8.out b/contrib/btree_gist/expected/int8.out
index ff0af4a5fb8..55982ee3b5c 100644
--- a/contrib/btree_gist/expected/int8.out
+++ b/contrib/btree_gist/expected/int8.out
@@ -77,7 +77,7 @@ SELECT a, a <-> '464571291354841' FROM int8tmp ORDER BY a <-> '464571291354841'
QUERY PLAN
---------------------------------------------------
Limit
- -> Index Scan using int8idx on int8tmp
+ -> Index Only Scan using int8idx on int8tmp
Order By: (a <-> 464571291354841::bigint)
(3 rows)