pgsql: Fix error message typo. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Fix error message typo.
Date
Msg-id E1wZhP5-000fY0-2P@gemulon.postgresql.org
Whole thread
List 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.evan.chao@gmail.com>
Reviewed-by: Tatsuo Ishii <ishii@postgresql.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(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Fix RI fast-path for domain-typed FK columns
Next
From: David Rowley
Date:
Subject: pgsql: Add tuple deformation test for virtual generated columns