pgsql: Error message stylistic correction

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Error message stylistic correction
Date: 2025-11-04 11:38:46
Message-ID: E1vGFN8-004yvg-39@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Error message stylistic correction

Fixup for commit ef5e60a9d35: The inconsistent use of articles was a
bit awkward.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c09a06918dff9a1651ed12a24eb03712331b234b

Modified Files
--------------
src/backend/parser/parse_expr.c | 2 +-
src/test/regress/expected/collate.icu.utf8.out | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-11-04 11:38:47 pgsql: Error message stylistic correction
Previous Message Michael Paquier 2025-11-04 11:14:47 pgsql: libpq: Improve error handling in passwordFromFile()