pgsql: 001_libpq_pipeline.pl: use Test::Differences if available - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: 001_libpq_pipeline.pl: use Test::Differences if available
Date
Msg-id E1pZxoB-002Xj2-5E@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: 001_libpq_pipeline.pl: use Test::Differences if available  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
001_libpq_pipeline.pl: use Test::Differences if available

When one of these tests fails to match the trace, this better shows what
the problem is.

Discussion: https://postgr.es/m/20220617183150.ilgokxp22mzywnhh@alvherre.pgsql
Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/87e4f24d82939ef532b68f37fc66e6a48cff2cd9

Modified Files
--------------
src/test/modules/libpq_pipeline/README                  |  3 +++
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl | 15 ++++++++++++++-
2 files changed, 17 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Allow tailoring of ICU locales with custom rules
Next
From: Andres Freund
Date:
Subject: pgsql: meson: Add target for installing test files & improve install_te