pgsql: Avoid splitting errmsg string to span multiple lines

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid splitting errmsg string to span multiple lines
Date: 2024-03-22 03:04:24
Message-ID: E1rnVCh-0051wW-W0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)ntt(at)gmail(dot)com>
Discussion: https://postgr.es/m/20240322.095149.895185546948714852.horikyota.ntt%40gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/085e759e9da77b7f5e859d23f72653f36277a053

Modified Files
--------------
src/backend/parser/parse_expr.c | 4 +---
src/test/regress/expected/sqljson_queryfuncs.out | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-03-22 06:21:00 pgsql: Remove obsolete comment
Previous Message Daniel Gustafsson 2024-03-22 00:06:31 pgsql: Fix typo in pg_dumpall role comments fix