Re: Lack of new line between IF statements

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Fabrízio de Royes Mello <fabriziomello@gmail.com>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2019-03-23T13:02:42Z
Lists: pgsql-hackers
On Sat, Mar 23, 2019 at 08:54:26AM -0300, Fabrízio de Royes Mello wrote:
> The attached patch just a very minor adjustment to
> src/bin/pg_checksums/pg_checksums.c to add new line between some IF
> statements.

Thanks.  This makes the code more consistent with the surroundings, so
done.  At the same time I have improved the error messages in the
area as they should not have a period.
--
Michael

Commits

  1. Improve format of code and some error messages in pg_checksums