Correct mismatched verb in a message

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Correct mismatched verb in a message
Date: 2025-04-07 06:13:59
Message-ID: 20250407.151359.72428746612514925.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 Content-Type Size
0001-Fix-verb-agreement-in-count-message.patch text/x-patch 894 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2025-04-07 06:15:13 RE: Fix 035_standby_logical_decoding.pl race conditions
Previous Message Peter Smith 2025-04-07 05:27:27 Re: Parallel heap vacuum