Return ssize_t, not int, in fd.c I/O functions

Edit
Title Return ssize_t, not int, in fd.c I/O functions
Topic Refactoring
Created 2024-03-01 01:01:35
Last modified 2024-03-02 19:50:07 (2 months ago)
Latest email 2024-03-02 05:16:04 (2 months ago)
Status
2024-03: Committed
Target version
Authors Thomas Munro (macdice)
Reviewers Peter Eisentraut (petere)Become reviewer
Committer Thomas Munro (macdice)
Links
Emails
pread, pwrite, etc return ssize_t not int
First at 2023-12-24 18:09:00 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2024-03-02 05:16:04 by Peter Eisentraut <peter at eisentraut.org>
Latest attachment (0001-Return-ssize_t-in-fd.c-I-O-functions.patch) at 2024-02-27 11:21:45 from Thomas Munro <thomas.munro at gmail.com>
    Attachment (0001-Return-ssize_t-in-fd.c-I-O-functions.patch) at 2024-02-27 11:21:45 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
    Attachment (v1-fix-wrong-datatype-for-pread-and-pwrite.patch) at 2023-12-24 18:09:00 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2024-03-02 19:50:07 Thomas Munro (macdice) Closed in commitfest 2024-03 with status: Committed
2024-03-02 19:50:07 Thomas Munro (macdice) Changed committer to macdice
2024-03-02 05:16:53 Peter Eisentraut (petere) New status: Ready for Committer
2024-03-02 05:16:49 Peter Eisentraut (petere) Added petere as reviewer
2024-03-01 01:01:42 Thomas Munro (macdice) Changed authors to Thomas Munro (macdice)
2024-03-01 01:01:35 Thomas Munro (macdice) Attached mail thread 1672202.1703441340@sss.pgh.pa.us
2024-03-01 01:01:35 Thomas Munro (macdice) Created patch record
Edit