Re: Correct mismatched verb in a message - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Correct mismatched verb in a message
Date
Msg-id Z_NxhKUTYZghuN_g@paquier.xyz
Whole thread Raw
In response to Correct mismatched verb in a message  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Fwd: [BUG]: the walsender does not update its IO statistics until it exits
Next
From: Sutou Kouhei
Date:
Subject: Re: Make COPY format extendable: Extract COPY TO format implementations