You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-09 00:45:49 +02:00
Add limit parameter to ioCopyP().
Allows the number of bytes copied to be limited.
This commit is contained in:
@ -271,7 +271,7 @@ testRun(void)
|
||||
\
|
||||
uint64_t benchMarkBegin = timeMSec(); \
|
||||
\
|
||||
ioCopy(read, write); \
|
||||
ioCopyP(read, write); \
|
||||
\
|
||||
ioReadClose(read); \
|
||||
ioWriteClose(write); \
|
||||
|
Reference in New Issue
Block a user