1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Add missing serial commas

This commit is contained in:
Peter Eisentraut
2022-04-09 16:15:01 +02:00
parent fc5b83bb60
commit 38abc39c81
4 changed files with 4 additions and 4 deletions

View File

@ -3134,7 +3134,7 @@ JsonItemFromDatum(Datum val, Oid typid, int32 typmod, JsonbValue *res)
default:
ereport(ERROR,
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
errmsg("only bool, numeric and text types could be "
errmsg("only bool, numeric, and text types could be "
"casted to supported jsonpath types.")));
}
}