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

Commitf5f8e71

Browse files
committed
Make strings identical
1 parent254316f commitf5f8e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/rangetypes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ range_parse_flags(const char *flags_str)
19021902
ereport(ERROR,
19031903
(errcode(ERRCODE_SYNTAX_ERROR),
19041904
errmsg("invalid range bound flags"),
1905-
errhint("Valid values are'[]', '[)', '(]', and'()'.")));
1905+
errhint("Valid values are\"[]\", \"[)\", \"(]\", and\"()\".")));
19061906
}
19071907

19081908
switch (flags_str[1])
@@ -1916,7 +1916,7 @@ range_parse_flags(const char *flags_str)
19161916
ereport(ERROR,
19171917
(errcode(ERRCODE_SYNTAX_ERROR),
19181918
errmsg("invalid range bound flags"),
1919-
errhint("Valid values are'[]', '[)', '(]', and'()'.")));
1919+
errhint("Valid values are\"[]\", \"[)\", \"(]\", and\"()\".")));
19201920
}
19211921

19221922
returnflags;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp