Thread

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

  1. Correct mismatched verb in a message

    Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2025-04-07T06:13:59Z

    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
    
  2. Re: Correct mismatched verb in a message

    Michael Paquier <michael@paquier.xyz> — 2025-04-07T06:32:36Z

    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