pgsql: Allow pg_rewind tap tests to run with older File::Path versions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow pg_rewind tap tests to run with older File::Path versions
Date: 2015-08-05 20:25:44
Message-ID: E1ZN5Fw-0001R4-EL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow pg_rewind tap tests to run with older File::Path versions

Older versions have rmtree but not remove_tree. The one-argument forms
of these are equivalent, so replace remove_tree with rmtree. This allows
the tests to be run on oldish Msys systems.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7c29764a354a0e7deb3c28e1d5c38ff6662ee3f9

Modified Files
--------------
src/bin/pg_rewind/RewindTest.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2015-08-06 00:52:47 pgsql: Link $(WIN32RES) into single-file modules only when PGFILEDESC i
Previous Message Alvaro Herrera 2015-08-05 19:21:22 pgsql: Fix BRIN to use SnapshotAny during summarization