mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Make strings identical
This commit is contained in:
parent
254316f5a2
commit
f5f8e7169f
@ -1902,7 +1902,7 @@ range_parse_flags(const char *flags_str)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_SYNTAX_ERROR),
|
||||
errmsg("invalid range bound flags"),
|
||||
errhint("Valid values are '[]', '[)', '(]', and '()'.")));
|
||||
errhint("Valid values are \"[]\", \"[)\", \"(]\", and \"()\".")));
|
||||
}
|
||||
|
||||
switch (flags_str[1])
|
||||
@ -1916,7 +1916,7 @@ range_parse_flags(const char *flags_str)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_SYNTAX_ERROR),
|
||||
errmsg("invalid range bound flags"),
|
||||
errhint("Valid values are '[]', '[)', '(]', and '()'.")));
|
||||
errhint("Valid values are \"[]\", \"[)\", \"(]\", and \"()\".")));
|
||||
}
|
||||
|
||||
return flags;
|
||||
|
Loading…
x
Reference in New Issue
Block a user