Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6698389

Browse files
author
Thomas G. Lockhart
committed
Change error message for rejected input.
1 parentc934ee7 commit6698389

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)

[8]ページ先頭

©2009-2025 Movatter.jp