]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix new recovery test for use under msys
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 12 Jun 2021 12:37:16 +0000 (08:37 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 12 Jun 2021 12:55:29 +0000 (08:55 -0400)
commit8b9e1275c5e38f2661da8c09bc00e5d4ba9fbad5
tree1038c42283d8b9bf791188b485a2d2b8104079e9
parenta04eb75dec8abb0ce2eb2d072e7f27cfde85d857
Fix new recovery test for use under msys

Commit caba8f0d43 wasn't quite right for msys, as demonstrated by
several buildfarm animals, including jacana and fairywren. We need to
use the msys perl in the archive command, but call it in such a way that
Windows will understand the path. Furthermore, inside the copy script we
need to convert a Windows path to an msys path.
src/test/recovery/t/025_stuck_on_old_timeline.pl
src/test/recovery/t/cp_history_files