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

  1. Remove extra semicolons.