1
0
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:
Peter Eisentraut
2013-01-05 08:25:21 -05:00
parent 94afbd5831
commit 49e7a26d67
4 changed files with 5 additions and 5 deletions

View File

@@ -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)));