pgsql: Clean up copy_file_range() return type - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Clean up copy_file_range() return type
Date
Msg-id E1wjCkt-000sBb-2v@gemulon.postgresql.org
Whole thread
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Don't show tables redundantly when their schema is published.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Translation updates