Skip to content

Commit e19a5ad

Browse files
committed
Update regress tests for new LIMIT x,y behavior.
1 parent 1bd0b34 commit e19a5ad

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 LIMIT 5, 900;
101+
ORDER BY unique1 LIMIT 900, 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 OFFSET 990 LIMIT 5;
3030
SELECT ''::text AS five, unique1, unique2, stringu1
3131
FROM onek
32-
ORDER BY unique1 LIMIT 5, 900;
32+
ORDER BY unique1 LIMIT 900, 5;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy