Re: pgsql: ecpg: Remove trailing period from error message.

2021-08-24 Thread Fujii Masao
On 2021/08/25 11:58, Kyotaro Horiguchi wrote: REL_14_STABLE has the same commit as e2d6da0708, (which I found at the first time). Thanks for pointing out this! So I did the backpatch to v14. Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters

pgsql: ecpg: Remove trailing period from error message.

2021-08-24 Thread Fujii Masao
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

Re: pgsql: ecpg: Remove trailing period from error message.

2021-08-24 Thread Kyotaro Horiguchi
At Wed, 25 Aug 2021 00:57:25 +, Fujii Masao wrote in > 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. > > Aut

pgsql: ecpg: Remove trailing period from error message.

2021-08-24 Thread Fujii Masao
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. Author: Kyotaro Horiguchi Reviewed-by: Fujii Masao Discussion: https://post