Re: Some leftovers of recent message cleanup?

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Some leftovers of recent message cleanup?
Date: 2021-08-19 11:29:42
Message-ID: 82a64af9-76a0-79ac-11fc-332f24561645@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2021/08/19 17:03, Kyotaro Horiguchi wrote:
> Hello.
>
> While I was examining message translation for PG14, I found some
> messages that would need to be fixed.
>
> 0001 is a fix for perhaps-leftovers of the recent message cleanups
> related to "positive integer"(fd90f6ba7a).

There are still other many messages using "positive" and "negative" keywords.
We should also fix them at all?

BTW, we discussed this before at [1] and concluded that at first
we should focus on the fix of the ambiguous "non-negative" and
let "positive" and "negative" keywords as they are.

[1]
https://www.postgresql.org/message-id/CALj2ACV7KDM8R=SrDbxvxT5yMDi+BMWVVV_UwmmHiii1pumr8Q@mail.gmail.com

> 0002 is a fix for a maybe-mistake in message convention of a recent
> fix in ECPG of linked-connection (about trailing period and
> lower-cased commad names)

LGTM.

Regards,

--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2021-08-19 11:44:35 Re: NAMEDATALEN increase because of non-latin languages
Previous Message kuroda.hayato@fujitsu.com 2021-08-19 11:27:17 RE: ECPG bug fix: DECALRE STATEMENT and DEALLOCATE, DESCRIBE