Clean up copy_file_range() return type
The return type is ssize_t, not int. Fix that in one instance; the
others were already okay.
Reviewed-by: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Discussion: https://www.postgresql.org/message-id/flat/f9aab072-0078-49e4-ab93-3b08086a4406(at)eisentraut(dot)org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/1ae87df63ff693a91fbcb968850103a5a5d8cd96
Modified Files
--------------
src/bin/pg_combinebackup/reconstruct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)