Correct mismatched verb in a message

Kyotaro Horiguchi <horikyota.ntt@gmail.com>

From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-04-07T06:13:59Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix grammar in log message of pg_restore.c

  2. Non text modes for pg_dumpall, correspondingly change pg_restore

Attachments

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