pgsql: Clean up pg_rewind regression test script.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up pg_rewind regression test script.
Date: 2015-08-03 12:34:01
Message-ID: E1ZMEwL-0007Eb-7d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up pg_rewind regression test script.

Since commit 01f6bb4b2, TestLib.pm has exported path to tmp_check directory,
so let's use that also for the pg_rewind test clusters etc.

Also, in master, the $tempdir_short variable has not been used since commit
13d856e17, which moved the initdb-running code to TestLib.pm.

Backpatch to 9.5.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/69b7a35c9ad8d8a467b5be5ab6ab2db7935e9b28

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-08-03 12:54:23 Re: pgsql: Fix pg_rewind when pg_xlog is a symlink.
Previous Message Amit Kapila 2015-08-03 11:55:42 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file