pgsql: Make command_like output more compact - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make command_like output more compact
Date
Msg-id E1bmkJp-0007Pd-6a@gemulon.postgresql.org
Whole thread Raw
List 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.paquier@gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_ctl: Add wait option to promote action
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add tests for various connection string issues