Shut down test servers after pg_rewind regression tests.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 0d8a22a9ac6a61b7993abb642cb7e4645f4087b0
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-04-15T16:54:38Z
Releases: 9.5.0
Shut down test servers after pg_rewind regression tests.

Now that the test servers are initialized twice in each .pl script,
the single END block is not enough to stop them. Add a new clean_rewind_test
function that is called at the end of each test.

Michael Paquier

Files