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 <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] 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(-)
