Correct mismatched verb in a message - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Correct mismatched verb in a message
Date
Msg-id 20250407.151359.72428746612514925.horikyota.ntt@gmail.com
Whole thread Raw
Responses Re: Correct mismatched verb in a message
List 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

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Parallel heap vacuum
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Fix 035_standby_logical_decoding.pl race conditions