Thread
Commits
-
Remove extra semicolons.
- 3abb11e55b0a 12.0 landed
- f88dd4fa43b4 11.2 landed
- 0fe0b2f474ae 10.7 landed
-
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
-
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
-
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
-
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