Thread

Commits

  1. Fix comment in execParallel.c

  1. Invalid comment in ParallelQueryMain

    Julien Rouhaud <rjuju123@gmail.com> — 2022-03-26T16:01:17Z

    Hi,
    
    While reading code around I just noticed that I failed to adapt a comment a
    couple of lines above a removed line in 0f61727b75b9.  Patch attached.
    
  2. Re: Invalid comment in ParallelQueryMain

    Matthias van de Meent <boekewurm+postgres@gmail.com> — 2022-03-26T16:12:05Z

    On Sat, 26 Mar 2022 at 17:01, Julien Rouhaud <rjuju123@gmail.com> wrote:
    >
    > Hi,
    >
    > While reading code around I just noticed that I failed to adapt a comment a
    > couple of lines above a removed line in 0f61727b75b9.  Patch attached.
    
    +1, seems OK to me.
    
    
    
    
  3. Re: Invalid comment in ParallelQueryMain

    Michael Paquier <michael@paquier.xyz> — 2022-03-27T07:13:00Z

    On Sat, Mar 26, 2022 at 05:12:05PM +0100, Matthias van de Meent wrote:
    > On Sat, 26 Mar 2022 at 17:01, Julien Rouhaud <rjuju123@gmail.com> wrote:
    >> While reading code around I just noticed that I failed to adapt a comment a
    >> couple of lines above a removed line in 0f61727b75b9.  Patch attached.
    > 
    > +1, seems OK to me.
    
    Yep.  Will fix.
    --
    Michael
    
  4. Re: Invalid comment in ParallelQueryMain

    Julien Rouhaud <rjuju123@gmail.com> — 2022-03-28T03:31:02Z

    Hi,
    
    On Sun, Mar 27, 2022 at 04:13:00PM +0900, Michael Paquier wrote:
    > On Sat, Mar 26, 2022 at 05:12:05PM +0100, Matthias van de Meent wrote:
    > > On Sat, 26 Mar 2022 at 17:01, Julien Rouhaud <rjuju123@gmail.com> wrote:
    > >> While reading code around I just noticed that I failed to adapt a comment a
    > >> couple of lines above a removed line in 0f61727b75b9.  Patch attached.
    > > 
    > > +1, seems OK to me.
    > 
    > Yep.  Will fix.
    
    For the archive's sake, this has been pushed as-of
    411b91360f2711e36782b68cd0c9bc6de44d3384.
    
    Thanks!