Skip to content

Commit 70de4e9

Browse files
committed
Add perl2host call missing from a new test file.
Oversight in today's commit c6b9204. Per buildfarm member jacana. Discussion: http://postgr.es/m/20200404223212.GC3442685@rfd.leadboat.com
1 parent 07871d4 commit 70de4e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/recovery/t/018_wal_optimize.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ sub run_wal_optimize
124124
$copy_file, qq(20000,30000
125125
20001,30001
126126
20002,30002));
127+
$copy_file = TestLib::perl2host($copy_file);
127128

128129
# Test truncation with inserted tuples using both INSERT and COPY. Tuples
129130
# inserted after the truncation should be seen.

0 commit comments

Comments
 (0)