Re: Cleanup double semicolons at the end of source lines - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Cleanup double semicolons at the end of source lines
Date
Msg-id 551A91F7.2060202@iki.fi
Whole thread Raw
In response to Cleanup double semicolons at the end of source lines  (Petr Jelinek <petr@2ndquadrant.com>)
List pgsql-hackers
On 03/31/2015 05:25 AM, Petr Jelinek wrote:
> Hi,
>
> While reading the code I noticed couple of double semicolons at the end
> of lines so I searched for all of them and replaced them with single
> ones. The resulting diff is attached.

Thanks, fixed. I also backpatched this, to avoid spurious merge 
conflicts in the future if the surrounding code needs to be modified.

- Heikki




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0
Next
From: Haribabu Kommi
Date:
Subject: Re: Providing catalog view to pg_hba.conf file - Patch submission