pgsql: Adjust pg_test_timing to show shortest test durations first, pla

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust pg_test_timing to show shortest test durations first, pla
Date: 2012-08-28 16:57:24
Message-ID: E1T6P6S-0003EX-BJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust pg_test_timing to show shortest test durations first, place
percentage column before count column. Docs updated.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0f3351aacf5cd5fa87c31fd0d1f7f8dc0409c0b3

Modified Files
--------------
contrib/pg_test_timing/pg_test_timing.c | 68 ++++++++++++++++++-------------
doc/src/sgml/pgtesttiming.sgml | 38 +++++++++---------
2 files changed, 59 insertions(+), 47 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-08-28 18:30:04 pgsql: Remove hstore--1.0.sql.
Previous Message Bruce Momjian 2012-08-28 16:53:42 pgsql: Prevent psql tab completion in SET from adding TO when the equal