]> 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:54:28 +0000 (08:54 -0400)
commit1730a3334e4a791b88cfc39bd45bee5a0d7b817c
treede2191a3ff4c1d65ca0243fe8cae0eaa02b58a2f
parentb56ef31bf946337a47a797250a3d8b6ca22cbade
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