Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b200d09

Browse files
committed
Adjust expected error message due to change of keyword case-folding.
1 parent a0fa718 commit b200d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/output/constraints.source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ERROR: parser: parse error at or near ","
5050
-- to avoid a shift/reduce conflict that arises from NOT NULL being
5151
-- part of the column definition syntax:
5252
CREATE TABLE error_tbl (b1 bool DEFAULT 1 IN (1, 2));
53-
ERROR: parser: parse error at or near "in"
53+
ERROR: parser: parse error at or near "IN"
5454
-- this should work, however:
5555
CREATE TABLE error_tbl (b1 bool DEFAULT (1 IN (1, 2)));
5656
DROP TABLE error_tbl;

0 commit comments

Comments
 (0)