Skip to content

Commit a437551

Browse files
committed
Make fast_default regression tests locale independent
1 parent 5b0d7f6 commit a437551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/fast_default.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ ORDER BY pk LIMIT 10;
339339
(10 rows)
340340

341341
-- Aggregate function
342-
SELECT SUM(c_bigint), MAX(c_text), MIN(c_text) FROM T;
342+
SELECT SUM(c_bigint), MAX(c_text COLLATE "C" ), MIN(c_text COLLATE "C") FROM T;
343343
sum | max | min
344344
-----+-------+-----
345345
200 | hello | 31

src/test/regress/sql/fast_default.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ FROM T
290290
ORDER BY pk LIMIT 10;
291291

292292
-- Aggregate function
293-
SELECT SUM(c_bigint), MAX(c_text), MIN(c_text) FROM T;
293+
SELECT SUM(c_bigint), MAX(c_text COLLATE "C" ), MIN(c_text COLLATE "C") FROM T;
294294

295295
-- ORDER BY
296296
SELECT * FROM T ORDER BY c_bigint, c_text, pk LIMIT 10;

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