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

Commite19a5ad

Browse files
committed
Update regress tests for new LIMIT x,y behavior.
1 parent1bd0b34 commite19a5ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/test/regress/expected/limit.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ SELECT ''::text AS five, unique1, unique2, stringu1
9898

9999
SELECT ''::text AS five, unique1, unique2, stringu1
100100
FROM onek
101-
ORDER BY unique1 LIMIT5, 900;
101+
ORDER BY unique1 LIMIT900, 5;
102102
five | unique1 | unique2 | stringu1
103103
------+---------+---------+----------
104104
| 900 | 913 | QIAAAA

‎src/test/regress/sql/limit.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ SELECT ''::text AS five, unique1, unique2, stringu1
2929
ORDER BY unique1 OFFSET990LIMIT5;
3030
SELECT''::textAS five, unique1, unique2, stringu1
3131
FROM onek
32-
ORDER BY unique1LIMIT5,900;
32+
ORDER BY unique1LIMIT900,5;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp