Skip to content

Commit cd5d3af

Browse files
committed
Replace references to COLLATE "en_CA" with COLLATE "POSIX".
Another attmempt to fix the tests which were added by commit f0e4475.
1 parent 71efd34 commit cd5d3af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/alter_table.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3111,7 +3111,7 @@ CREATE TABLE fail_part (
31113111
);
31123112
ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1);
31133113
ERROR: child table "fail_part" has different type for column "b"
3114-
ALTER TABLE fail_part ALTER b TYPE char (2) COLLATE "en_CA";
3114+
ALTER TABLE fail_part ALTER b TYPE char (2) COLLATE "POSIX";
31153115
ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1);
31163116
ERROR: child table "fail_part" has different collation for column "b"
31173117
DROP TABLE fail_part;

src/test/regress/sql/alter_table.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@ CREATE TABLE fail_part (
19931993
a int NOT NULL
19941994
);
19951995
ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1);
1996-
ALTER TABLE fail_part ALTER b TYPE char (2) COLLATE "en_CA";
1996+
ALTER TABLE fail_part ALTER b TYPE char (2) COLLATE "POSIX";
19971997
ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1);
19981998
DROP TABLE fail_part;
19991999

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