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 →
-
Fix grammar in log message of pg_restore.c
- d6f118444db3 18.0 landed
-
Non text modes for pg_dumpall, correspondingly change pg_restore
- 1495eff7bdb0 18.0 cited
Attachments
- 0001-Fix-verb-agreement-in-count-message.patch (text/x-patch)
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