From 70de4e950c3b9db620346317f30d31827ac6c3f1 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sat, 4 Apr 2020 15:45:45 -0700 Subject: [PATCH] Add perl2host call missing from a new test file. Oversight in today's commit c6b92041d38512a4176ed76ad06f713d2e6c01a8. Per buildfarm member jacana. Discussion: http://postgr.es/m/20200404223212.GC3442685@rfd.leadboat.com --- src/test/recovery/t/018_wal_optimize.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/recovery/t/018_wal_optimize.pl b/src/test/recovery/t/018_wal_optimize.pl index c39998bb2ad..1bc01b5fa5f 100644 --- a/src/test/recovery/t/018_wal_optimize.pl +++ b/src/test/recovery/t/018_wal_optimize.pl @@ -124,6 +124,7 @@ wal_skip_threshold = 0 $copy_file, qq(20000,30000 20001,30001 20002,30002)); + $copy_file = TestLib::perl2host($copy_file); # Test truncation with inserted tuples using both INSERT and COPY. Tuples # inserted after the truncation should be seen. -- 2.39.5