pgsql: ecpg: Remove trailing period from error message.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ecpg: Remove trailing period from error message.
Date: 2021-08-25 03:22:52
Message-ID: E1mIjV6-0006CM-Pd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ecpg: Remove trailing period from error message.

This commit improves the ecpg's error message that commit f576de1db1 updated,
so that it gets rid of trailing period and uppercases the command name
in the error message.

Back-patch to v14 where the error message exists.

Author: Kyotaro Horiguchi
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/20210819.170315.1413060634876301811.horikyota.ntt@gmail.com

Branch
------
REL_14_STABLE

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

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.header | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-08-25 03:24:21 Re: pgsql: ecpg: Remove trailing period from error message.
Previous Message Michael Paquier 2021-08-25 03:00:50 pgsql: Add tab completion for EXPLAIN .. EXECUTE in psql