At Wed, 20 Mar 2024 21:53:52 +0900, Amit Langote <amitlangot...@gmail.com> 
wrote in 
> I'll push 0001 tomorrow.

This patch (v44-0001-Add-SQL-JSON-query-functions.patch) introduced the 
following new erro message:

+                                                errmsg("can only specify 
constant, non-aggregate"
+                                                               " function, or 
operator expression for"
+                                                               " DEFAULT"),

I believe that our convention here is to write an error message in a
single string literal, not split into multiple parts, for better
grep'ability.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center


Reply via email to