pgsql: Make command_like output more compact

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make command_like output more compact
Date: 2016-09-21 16:24:21
Message-ID: E1bmkJp-0007Pd-6a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make command_like output more compact

Consistently print the test name, not the full command, which can be
quite lenghty and include temporary directory names and other
distracting details.

Reviewed-by: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e767db2242079b4ec2a7bbd18da7649d9ee1d696

Modified Files
--------------
src/test/perl/TestLib.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-09-22 12:58:44 pgsql: Add tests for various connection string issues
Previous Message Peter Eisentraut 2016-09-21 15:28:48 pgsql: Fix typo