]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Clean up copy_file_range() return type
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 13 Jul 2026 09:01:36 +0000 (11:01 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 13 Jul 2026 09:06:07 +0000 (11:06 +0200)
commit1ae87df63ff693a91fbcb968850103a5a5d8cd96
treee507922299f555f7a280603a5acb93012138a790
parent302222eddc3967d11c11708a59bdafd6d51da556
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@iki.fi>
Discussion: https://www.postgresql.org/message-id/flat/f9aab072-0078-49e4-ab93-3b08086a4406@eisentraut.org
src/bin/pg_combinebackup/reconstruct.c