Re: Correct mismatched verb in a message

2025-04-06 Thread Michael Paquier
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); > ~~~ >

Correct mismatched verb in a message

2025-04-06 Thread Kyotaro Horiguchi
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 Horiguch