Re: Cleanup double semicolons at the end of source lines

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Petr Jelinek <petr(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Cleanup double semicolons at the end of source lines
Date: 2015-03-31 12:24:23
Message-ID: 551A91F7.2060202@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2015-03-31 12:38:52 Re: Providing catalog view to pg_hba.conf file - Patch submission
Previous Message Heikki Linnakangas 2015-03-31 12:09:44 Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0