pgsql: Fix error message typo.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix error message typo.
Date: 2026-06-17 03:57:27
Message-ID: E1wZhP5-000fY0-2P@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix error message typo.

4e5920e6de8 added an ereport call with the primary error message
starting with upper case, which is prohibited by our error message
style guide. This commit fixes it.

Author: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Discussion: https://postgr.es/m/8BACA715-B9B6-479D-9153-C05F05482664%40gmail.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2026-06-17 04:58:02 pgsql: Add tuple deformation test for virtual generated columns
Previous Message Amit Langote 2026-06-17 02:17:53 pgsql: Fix RI fast-path for domain-typed FK columns