pgsql: Clean up pg_rewind regression test script. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Clean up pg_rewind regression test script.
Date
Msg-id E1ZMEwL-0007Ef-7t@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2b917a58aec17ca5cf64196ee1d5d77ef8635caf

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix pg_rewind when pg_xlog is a symlink.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Clean up pg_rewind regression test script.