pgsql: Suppress indentation from Data::Dumper in regression tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress indentation from Data::Dumper in regression tests
Date: 2017-05-14 05:34:43
Message-ID: E1d9mB1-0000JK-08@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress indentation from Data::Dumper in regression tests

Ultra-modern versions of the perl Data::Dumper module have apparently
changed how they indent output. Instead of trying to keep up we choose
to tell it to supporess all indentation in the hstore_plperl regression
tests.

Backpatch to 9.5 where this feature was introduced.

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b3c8630f11445692fd149d3c9bdab65ffd586a3a

Modified Files
--------------
contrib/hstore_plperl/expected/hstore_plperlu.out | 44 ++++++-----------------
contrib/hstore_plperl/sql/hstore_plperlu.sql | 6 ++++
2 files changed, 17 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-14 14:55:21 pgsql: Standardize terminology for pg_statistic_ext entries.
Previous Message Andrew Dunstan 2017-05-14 05:34:42 pgsql: Suppress indentation from Data::Dumper in regression tests