Re: Remove an unnecessary errmsg_plural in dependency.c

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: bharath(dot)rupireddyforpostgres(at)gmail(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Remove an unnecessary errmsg_plural in dependency.c
Date: 2022-03-24 13:07:35
Message-ID: f8e18691-46e2-d287-23e3-634f0de0cf08@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 24.03.22 06:17, Kyotaro Horiguchi wrote:
> The comment and errmsg_plural don't seem to be consistent. When the
> code was added by c4f2a0458d, it had only singular form and already
> had the comment. After that 8032d76b5 turned it to errmsg_plural
> ignoring the comment. It seems like a thinko of 8032d76b5.

I have removed the comment.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-03-24 13:10:58 Re: unlogged sequences
Previous Message Magnus Hagander 2022-03-24 13:07:26 Re: Estimating HugePages Requirements?