diff options
author | Noah Misch <noah@leadboat.com> | 2020-04-04 15:45:45 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2020-04-04 15:45:45 -0700 |
commit | 70de4e950c3b9db620346317f30d31827ac6c3f1 (patch) | |
tree | 8ec6113b2b59e101cd38a8fb6fb55f025c086829 | |
parent | 07871d40c72e498b6e034eb674df5d8d206976bc (diff) | |
download | postgresql-70de4e950c3b9db620346317f30d31827ac6c3f1.tar.gz postgresql-70de4e950c3b9db620346317f30d31827ac6c3f1.zip |
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
-rw-r--r-- | src/test/recovery/t/018_wal_optimize.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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. |