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

Commit 6698389

Browse files
author
Thomas G. Lockhart
committed
Change error message for rejected input.
1 parent c934ee7 commit 6698389

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/regress/expected/boolean.out

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ QUERY: INSERT INTO BOOLTBL2 (f1) VALUES ('False'::bool);
101101
QUERY: INSERT INTO BOOLTBL2 (f1) VALUES ('FALSE'::bool);
102102
QUERY: INSERT INTO BOOLTBL2 (f1)
103103
VALUES ('XXX'::bool);
104-
WARN:Invalid input string 'XXX'
105-
104+
WARN:Bad boolean external representation 'XXX'
106105
QUERY: SELECT '' AS f_4, BOOLTBL2.*;
107106
f_4|f1
108107
---+--

0 commit comments

Comments
 (0)