pgsql: pg_regress: Increase space available for test names.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_regress: Increase space available for test names.
Date: 2018-03-01 10:49:23
Message-ID: E1erLm7-0001Og-Qr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_regress: Increase space available for test names.

A few isolationtester tests with reasonable names are too wide to
nicely align. Increase space.

Author: Thomas Munro
Discussion: https://postgr.es/m/CAEepm=2v7+EHs6zsJzFn+zJOT4F4Kb69Z1xJ7Zf5kgwLr1n=VA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1437824564f47e8e7641e98958a08c1544b6b8f4

Modified Files
--------------
src/test/regress/pg_regress.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-01 16:37:51 pgsql: Fix format_type() to restore its old behavior.
Previous Message Andres Freund 2018-03-01 09:52:19 pgsql: doc: mention PROVE_TESTS in section of TAP tests.