mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Make some spelling more consistent
This commit is contained in:
@@ -393,7 +393,7 @@ range_constructor3(PG_FUNCTION_ARGS)
|
||||
if (PG_ARGISNULL(2))
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_DATA_EXCEPTION),
|
||||
errmsg("range constructor flags argument must not be NULL")));
|
||||
errmsg("range constructor flags argument must not be null")));
|
||||
|
||||
flags = range_parse_flags(text_to_cstring(PG_GETARG_TEXT_P(2)));
|
||||
|
||||
|
Reference in New Issue
Block a user