From c09a06918dff9a1651ed12a24eb03712331b234b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 4 Nov 2025 11:59:17 +0100 Subject: Error message stylistic correction Fixup for commit ef5e60a9d35: The inconsistent use of articles was a bit awkward. --- src/backend/parser/parse_expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/parser/parse_expr.c') diff --git a/src/backend/parser/parse_expr.c b/src/backend/parser/parse_expr.c index 12119f147fc..32d6ae918ca 100644 --- a/src/backend/parser/parse_expr.c +++ b/src/backend/parser/parse_expr.c @@ -4772,7 +4772,7 @@ transformJsonBehavior(ParseState *pstate, JsonExpr *jsexpr, targetcoll != exprcoll) ereport(ERROR, errcode(ERRCODE_COLLATION_MISMATCH), - errmsg("the collation of DEFAULT expression conflicts with RETURNING clause"), + errmsg("collation of DEFAULT expression conflicts with RETURNING clause"), errdetail("\"%s\" versus \"%s\"", get_collation_name(exprcoll), get_collation_name(targetcoll)), -- cgit v1.2.3