pgsql: Make output width consistent for all ways of invoking a regressi - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make output width consistent for all ways of invoking a regressi
Date
Msg-id E1POuAH-0004FD-Q7@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update comment to match later code changes.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix two small bugs in new gistget.c logic.