mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Make spelling more uniform
This commit is contained in:
@ -1966,7 +1966,7 @@ range_parse(const char *string, char *flags, char **lbound_str,
|
|||||||
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
||||||
errmsg("malformed range literal: \"%s\"",
|
errmsg("malformed range literal: \"%s\"",
|
||||||
string),
|
string),
|
||||||
errdetail("Junk after \"empty\" keyword.")));
|
errdetail("Junk after \"empty\" key word.")));
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user