diff options
| author | Noah Misch | 2020-04-04 22:45:45 +0000 |
|---|---|---|
| committer | Noah Misch | 2020-04-04 22:45:45 +0000 |
| commit | 70de4e950c3b9db620346317f30d31827ac6c3f1 (patch) | |
| tree | 8ec6113b2b59e101cd38a8fb6fb55f025c086829 /src | |
| parent | 07871d40c72e498b6e034eb674df5d8d206976bc (diff) | |
Add perl2host call missing from a new test file.
Oversight in today's commit c6b92041d38512a4176ed76ad06f713d2e6c01a8.
Per buildfarm member jacana.
Discussion: http://postgr.es/m/[email protected]
Diffstat (limited to 'src')
| -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. |
