Skip to content

Commit 5ea2234

Browse files
committed
Update expected/collate.windows.win1252.out for 47bb9db.
This delta in expected output wasn't spotted in any previous testing of the patch. Reported by Andres Freund. Discussion: https://postgr.es/m/20230118195855.7yjc4mminmv7iyy5@awork3.anarazel.de
1 parent 1260541 commit 5ea2234

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/test/regress/expected/collate.windows.win1252.out

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -390,16 +390,16 @@ CREATE VIEW collview1 AS SELECT * FROM collate_test1 WHERE b COLLATE "C" >= 'bbc
390390
CREATE VIEW collview2 AS SELECT a, b FROM collate_test1 ORDER BY b COLLATE "C";
391391
SELECT table_name, view_definition FROM information_schema.views
392392
WHERE table_name LIKE 'collview%' ORDER BY 1;
393-
table_name | view_definition
394-
------------+---------------------------------------------------------
395-
collview1 | SELECT collate_test1.a, +
396-
| collate_test1.b +
397-
| FROM collate_test1 +
398-
| WHERE ((collate_test1.b COLLATE "C") >= 'bbc'::text);
399-
collview2 | SELECT collate_test1.a, +
400-
| collate_test1.b +
401-
| FROM collate_test1 +
402-
| ORDER BY (collate_test1.b COLLATE "C");
393+
table_name | view_definition
394+
------------+-------------------------------------------
395+
collview1 | SELECT a, +
396+
| b +
397+
| FROM collate_test1 +
398+
| WHERE ((b COLLATE "C") >= 'bbc'::text);
399+
collview2 | SELECT a, +
400+
| b +
401+
| FROM collate_test1 +
402+
| ORDER BY (b COLLATE "C");
403403
(2 rows)
404404

405405
-- collation propagation in various expression types

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