]> granicus.if.org Git - postgresql/commit
Clean up pg_rewind regression test script.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 3 Aug 2015 10:06:47 +0000 (13:06 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 3 Aug 2015 10:06:47 +0000 (13:06 +0300)
commit69b7a35c9ad8d8a467b5be5ab6ab2db7935e9b28
tree286be24afd65cbedc6b3ceaba3236a2a3f3c7327
parente2b49db0f0c55196ae336e28bc142dddd38cad1e
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.
src/bin/pg_rewind/RewindTest.pm