mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Avoid splitting errmsg string to span multiple lines
The error message being fixed was added in 6185c9737c
.
While at it, add an "a" to the sentence.
Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20240322.095149.895185546948714852.horikyota.ntt%40gmail.com
This commit is contained in:
@ -4586,9 +4586,7 @@ transformJsonBehavior(ParseState *pstate, JsonBehavior *behavior,
|
||||
!IsA(expr, OpExpr))
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_DATATYPE_MISMATCH),
|
||||
errmsg("can only specify constant, non-aggregate"
|
||||
" function, or operator expression for"
|
||||
" DEFAULT"),
|
||||
errmsg("can only specify a constant, non-aggregate function, or operator expression for DEFAULT"),
|
||||
parser_errposition(pstate, exprLocation(expr))));
|
||||
if (contain_var_clause(expr))
|
||||
ereport(ERROR,
|
||||
|
Reference in New Issue
Block a user