Thread

Commits

  1. Fix broken indentation

  2. Fix a couple of comment typos

  1. Typo in multixact.c and jsonfuncs.c documentation

    Junwang Zhao <zhjwpku@gmail.com> — 2025-04-30T01:24:50Z

    Found a trivial typo in multixact.c, after searching the code base
    there is another such typo in jsonfuncs.c.
    
    - * range, that is, greater to or equal than oldestMultiXactId, and less than
    + * range, that is, greater than or equal to oldestMultiXactId, and less than
    
    -- 
    Regards
    Junwang Zhao
    
  2. Re: Typo in multixact.c and jsonfuncs.c documentation

    David Rowley <dgrowleyml@gmail.com> — 2025-04-30T01:41:19Z

    On Wed, 30 Apr 2025 at 13:25, Junwang Zhao <zhjwpku@gmail.com> wrote:
    > Found a trivial typo in multixact.c, after searching the code base
    > there is another such typo in jsonfuncs.c.
    
    Thanks. Pushed.
    
    David
    
    
    
    
  3. Re: Typo in multixact.c and jsonfuncs.c documentation

    Fujii Masao <masao.fujii@oss.nttdata.com> — 2025-04-30T07:13:28Z

    
    On 2025/04/30 10:41, David Rowley wrote:
    > On Wed, 30 Apr 2025 at 13:25, Junwang Zhao <zhjwpku@gmail.com> wrote:
    >> Found a trivial typo in multixact.c, after searching the code base
    >> there is another such typo in jsonfuncs.c.
    > 
    > Thanks. Pushed.
    
    This commit seems to have caused an indent-check failure on the buildfarm member koel.
    https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=koel&dt=2025-04-30%2002%3A19%3A00
    
    Regards,
    
    -- 
    Fujii Masao
    Advanced Computing Technology Center
    Research and Development Headquarters
    NTT DATA CORPORATION
    
    
    
    
    
  4. Re: Typo in multixact.c and jsonfuncs.c documentation

    David Rowley <dgrowleyml@gmail.com> — 2025-04-30T07:29:30Z

    On Wed, 30 Apr 2025 at 19:13, Fujii Masao <masao.fujii@oss.nttdata.com> wrote:
    > This commit seems to have caused an indent-check failure on the buildfarm member koel.
    > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=koel&dt=2025-04-30%2002%3A19%3A00
    
    Thanks. Fixed.
    
    David