pgsql: Fix error message wording

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix error message wording
Date: 2025-01-07 19:08:07
Message-ID: E1tVEvv-000Nk9-1R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix error message wording

The originals are ambiguous and a bit out of style.

Reviewed-by: Amit Langote <amitlangote09(at)gmail(dot)com>
Discussion: https://postgr.es/m/202412141243.efesjyyvzxsz@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0e5b14410e2bb54d191bbb7bb21a674ccabe768e

Modified Files
--------------
src/backend/parser/parse_expr.c | 5 +++--
src/interfaces/ecpg/test/expected/sql-sqljson.stderr | 6 +++---
src/test/regress/expected/sqljson.out | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-01-07 20:39:57 pgsql: Lower default value of autovacuum_worker_slots in initdb as need
Previous Message Thomas Munro 2025-01-07 18:20:53 pgsql: Fix meson detection of a couple of 64 bit builtins.