pgsql: Make output width consistent for all ways of invoking a regressi

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make output width consistent for all ways of invoking a regressi
Date: 2010-12-04 15:36:45
Message-ID: E1POuAH-0004FD-Q7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make output width consistent for all ways of invoking a regression test

run_schedule() and run_single_test() were using different output widths, which
would show up in bigcheck/bigtest, for example.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=387e468b82952776121a8d4bd409d72757edbc16

Modified Files
--------------
src/test/regress/pg_regress.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-12-04 18:48:04 pgsql: Fix two small bugs in new gistget.c logic.
Previous Message Tom Lane 2010-12-04 08:22:47 pgsql: Update comment to match later code changes.