Commit db81329e authored by Tom Lane's avatar Tom Lane

Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.

Per Michael Paquier
parent 0d8f3d5d
...@@ -12,3 +12,5 @@ RewindTest::setup_cluster(); ...@@ -12,3 +12,5 @@ RewindTest::setup_cluster();
RewindTest::start_master(); RewindTest::start_master();
RewindTest::create_standby(); RewindTest::create_standby();
RewindTest::run_pg_rewind('local'); RewindTest::run_pg_rewind('local');
RewindTest::clean_rewind_test();
exit(0);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment