Thread: Correct mismatched verb in a message

Correct mismatched verb in a message

From
Kyotaro Horiguchi
Date:
Hello.

The recent commit 1495eff7bdb introduced a message using a plural verb
for a singular subject.

>     pg_log_info("number of restored databases are %d", num_db_restore);
                                              ~~~

The attached patch fixes that issue.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment

Re: Correct mismatched verb in a message

From
Michael Paquier
Date:
On Mon, Apr 07, 2025 at 03:13:59PM +0900, Kyotaro Horiguchi wrote:
> The recent commit 1495eff7bdb introduced a message using a plural verb
> for a singular subject.
>
> >     pg_log_info("number of restored databases are %d", num_db_restore);
>                                               ~~~
>
> The attached patch fixes that issue.

Nice catch.  I'll go fix this one.
--
Michael

Attachment