Correct mismatched verb in a message
Started by Kyotaro Horiguchiabout 1 year ago2 messageshackers
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
Attachments:
0001-Fix-verb-agreement-in-count-message.patchtext/x-patch; charset=us-asciiDownload+1-2
Re: Correct mismatched verb in a message
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