pgsql: Add test for checking the line length of --help output

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add test for checking the line length of --help output
Date: 2023-10-06 09:57:50
Message-ID: E1qohaf-000JpM-Ow@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add test for checking the line length of --help output

There was some discussion what the line length should be. Most output
currently clearly targets around 80 columns, but the maximum in use
currently is 95, so we set that as the current maximum. This just
ensures that there is some guidance and there are no wild deviations.

based on patch by Atsushi Torikoshi <torikoshia(at)oss(dot)nttdata(dot)com>

Discussion: https://www.postgresql.org/message-id/flat/50ca8ff35a8dd8f9ec89963b503571a7(at)oss(dot)nttdata(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ffb69b23115a1ca1d81f7e273d50b75154ae7b0b

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Utils.pm | 9 +++++++++
1 file changed, 9 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2023-10-07 08:56:28 pgsql: Fix typos in e0b1ee17dc
Previous Message Etsuro Fujita 2023-10-06 09:43:10 pgsql: Remove extra parenthesis from comment.