Re: pgsql: Avoid using ambiguous word "positive" in error message. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pgsql: Avoid using ambiguous word "positive" in error message.
Date
Msg-id CA+TgmoZefaY3m1wgU3v-tGbSa3Qibj2jCt6T1k5Y6ybaRqqZ+Q@mail.gmail.com
Whole thread Raw
Responses Re: pgsql: Avoid using ambiguous word "positive" in error message.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Aug 24, 2021 at 10:49 PM Fujii Masao <fujii@postgresql.org> wrote:
> Avoid using ambiguous word "positive" in error message.

The new style seems good, but I don't really agree that "positive" and
"non-negative" are ambiguous. "positive" means >0 and "non-negative"
means >= 0, because 0 is neither positive nor negative.

This is just nitpicking, though. I think the change is an improvement.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Dagfinn Ilmari Mannsåker
Date:
Subject: Re: [PATCH] Tab completion for ALTER TABLE … ADD …
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Avoid using ambiguous word "positive" in error message.