Thread

Commits

  1. Remove extra semicolons.

  1. Remove double trailing semicolons

    David Rowley <david.rowley@2ndquadrant.com> — 2018-12-16T20:23:20Z

    While looking over some recent commits, I noticed there are some code
    lines with a double trailing semicolon instead of a single one.  The
    attached fixes these.
    
    -- 
     David Rowley                   http://www.2ndQuadrant.com/
     PostgreSQL Development, 24x7 Support, Training & Services
    
  2. Re: Remove double trailing semicolons

    Amit Kapila <amit.kapila16@gmail.com> — 2018-12-17T07:30:39Z

    On Mon, Dec 17, 2018 at 1:53 AM David Rowley
    <david.rowley@2ndquadrant.com> wrote:
    >
    > While looking over some recent commits, I noticed there are some code
    > lines with a double trailing semicolon instead of a single one.  The
    > attached fixes these.
    >
    
    LGTM.  I will commit it.
    
    -- 
    With Regards,
    Amit Kapila.
    EnterpriseDB: http://www.enterprisedb.com
    
    
    
  3. Re: Remove double trailing semicolons

    Amit Kapila <amit.kapila16@gmail.com> — 2018-12-17T09:09:50Z

    On Mon, Dec 17, 2018 at 1:00 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
    >
    > On Mon, Dec 17, 2018 at 1:53 AM David Rowley
    > <david.rowley@2ndquadrant.com> wrote:
    > >
    > > While looking over some recent commits, I noticed there are some code
    > > lines with a double trailing semicolon instead of a single one.
    >
    
    Pushed, one of these goes back till 10.
    
    -- 
    With Regards,
    Amit Kapila.
    EnterpriseDB: http://www.enterprisedb.com
    
    
    
  4. Re: Remove double trailing semicolons

    David Rowley <david.rowley@2ndquadrant.com> — 2018-12-17T13:53:37Z

    On Mon, 17 Dec 2018 at 22:10, Amit Kapila <amit.kapila16@gmail.com> wrote:
    > Pushed, one of these goes back till 10.
    
    Thanks.
    
    -- 
     David Rowley                   http://www.2ndQuadrant.com/
     PostgreSQL Development, 24x7 Support, Training & Services