Re: Correct mismatched verb in a message

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Correct mismatched verb in a message
Date: 2025-04-07 06:32:36
Message-ID: Z_NxhKUTYZghuN_g@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sutou Kouhei 2025-04-07 06:34:18 Re: Make COPY format extendable: Extract COPY TO format implementations
Previous Message Michael Paquier 2025-04-07 06:31:14 Re: Fwd: [BUG]: the walsender does not update its IO statistics until it exits