pgsql: Improve format of code and some error messages in pg_checksums

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve format of code and some error messages in pg_checksums
Date: 2019-03-23 13:00:00
Message-ID: E1h7gFk-0007SL-OY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve format of code and some error messages in pg_checksums

This makes the code more consistent with the surroundings.

Author: Fabrízio de Royes Mello
Discussion: https://postgr.es/m/CAFcNs+pXb_35r5feMU3-dWsWxXU=Yjq+spUsthFyGFbT0QcaKg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ba96d1b82d694fead0ac709f9429cbb7ea89cb0

Modified Files
--------------
src/bin/pg_checksums/pg_checksums.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-03-23 18:02:15 pgsql: Add nbtree high key "continuescan" optimization.
Previous Message Tom Lane 2019-03-23 05:33:16 pgsql: Add unreachable "break" to satisfy -Wimplicit-fallthrough.