aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-12-14 19:22:50 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2015-12-14 19:22:50 -0500
commit2c24f0f092acb59184c3a3ace4b6cea4ff308328 (patch)
tree6cdb85e304ab80616a2f3e5d05d506fe0602f92a /src
parent4b021aa6103f49bece51d58fd5e307d4d03380bc (diff)
downloadpostgresql-2c24f0f092acb59184c3a3ace4b6cea4ff308328.tar.gz
postgresql-2c24f0f092acb59184c3a3ace4b6cea4ff308328.zip
Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.
Per Michael Paquier
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_rewind/t/005_same_timeline.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/pg_rewind/t/005_same_timeline.pl b/src/bin/pg_rewind/t/005_same_timeline.pl
index 8ca442671cd..0e334ee191a 100644
--- a/src/bin/pg_rewind/t/005_same_timeline.pl
+++ b/src/bin/pg_rewind/t/005_same_timeline.pl
@@ -12,3 +12,5 @@ RewindTest::setup_cluster();
RewindTest::start_master();
RewindTest::create_standby();
RewindTest::run_pg_rewind('local');
+RewindTest::clean_rewind_test();
+exit(0);