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:42
Message-ID: E1d9mB0-0000JH-WF@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/12ad38b3b4b5004001a525e0a0eda2ec45329e8e

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 Andrew Dunstan 2017-05-14 05:34:43 pgsql: Suppress indentation from Data::Dumper in regression tests
Previous Message Andres Freund 2017-05-13 22:41:47 pgsql: Specify --outputdir for isolation install check, not just plain