Обсуждение: Remove double trailing semicolons

Поиск
Список
Период
Сортировка

Remove double trailing semicolons

От
David Rowley
Дата:
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

Вложения

Re: Remove double trailing semicolons

От
Amit Kapila
Дата:
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


Re: Remove double trailing semicolons

От
Amit Kapila
Дата:
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


Re: Remove double trailing semicolons

От
David Rowley
Дата:
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