Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d8f3d5
)
Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 15 Dec 2015 00:22:50 +0000
(19:22 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 15 Dec 2015 00:22:50 +0000
(19:22 -0500)
Per Michael Paquier
src/bin/pg_rewind/t/005_same_timeline.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_rewind/t/005_same_timeline.pl
b/src/bin/pg_rewind/t/005_same_timeline.pl
index 8ca442671cdad7ddde2064cb25827f8ac9384f47..0e334ee191aa24f919d2202b8f06eee0c3724642 100644
(file)
--- 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);