forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit079d94a
committed
Check HAVE_COPY_FILE_RANGE before calling copy_file_range
Fix a mistake inac81101 - write_reconstructed_file() calledcopy_file_range() without properly checking HAVE_COPY_FILE_RANGE.Reported by several macOS machines. Also reported by cfbot, but I missedthat issue before commit.1 parentac81101 commit079d94a
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
672 | 672 |
| |
673 | 673 |
| |
674 | 674 |
| |
| 675 | + | |
675 | 676 |
| |
676 | 677 |
| |
677 | 678 |
| |
| |||
706 | 707 |
| |
707 | 708 |
| |
708 | 709 |
| |
| 710 | + | |
| 711 | + | |
| 712 | + | |
709 | 713 |
| |
710 | 714 |
| |
711 | 715 |
| |
|
0 commit comments
Comments
(0)