Skip to content

Commit a48b9e6

Browse files
committed
Fix typo
1 parent 6ef85b9 commit a48b9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-3.9/expected/multicorn_test_limit_1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ EXPLAIN SELECT max(test1) OVER (ORDER BY test1) FROM testmulticorn LIMIT 1 OFFSE
184184
QUERY PLAN
185185
----------------------------------------------------------------------------------
186186
Limit (cost=19.52..29.03 rows=1 width=8)
187-
-> WindowAgg (cost=10..200.30 rows=20 width=8)
187+
-> WindowAgg (cost=10.00..200.30 rows=20 width=8)
188188
-> Foreign Scan on testmulticorn (cost=10.00..200.00 rows=20 width=10)
189189
(3 rows)
190190

0 commit comments

Comments
 (0)