diff options
Diffstat (limited to 'contrib/btree_gist/expected/float4.out')
| -rw-r--r-- | contrib/btree_gist/expected/float4.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/btree_gist/expected/float4.out b/contrib/btree_gist/expected/float4.out index 1695f7805a..4a52a9399a 100644 --- a/contrib/btree_gist/expected/float4.out +++ b/contrib/btree_gist/expected/float4.out @@ -74,10 +74,10 @@ SELECT count(*) FROM float4tmp WHERE a > -179.0::float4; EXPLAIN (COSTS OFF) SELECT a, a <-> '-179.0' FROM float4tmp ORDER BY a <-> '-179.0' LIMIT 3; - QUERY PLAN ------------------------------------------------ + QUERY PLAN +---------------------------------------------------- Limit - -> Index Scan using float4idx on float4tmp + -> Index Only Scan using float4idx on float4tmp Order By: (a <-> (-179)::real) (3 rows) |
