Re: Remove double trailing semicolons
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-12-17T07:30:39Z
Lists: pgsql-hackers
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
Commits
-
Remove extra semicolons.
- 3abb11e55b0a 12.0 landed
- f88dd4fa43b4 11.2 landed
- 0fe0b2f474ae 10.7 landed