pgsql: Improve format of code and some error messages in pg_checksums - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Improve format of code and some error messages in pg_checksums
Date
Msg-id E1h7gFk-0007SL-OY@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add unreachable "break" to satisfy -Wimplicit-fallthrough.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Add nbtree high key "continuescan" optimization.