Re: Add BufFileRead variants with short read and EOF detection
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-01-16T10:16:38Z
Lists: pgsql-hackers
On 14.01.23 07:01, Amit Kapila wrote: > On Thu, Jan 12, 2023 at 2:44 PM Peter Eisentraut > <peter.eisentraut@enterprisedb.com> wrote: >> >> On 10.01.23 07:20, Amit Kapila wrote: >>> Yeah, we can do that but not sure if it is worth doing any of those >>> because there are already other places that don't use the exact >>> context. >> >> Ok, updated patches attached. > > Both the patches look good to me. Committed, and the first part backpatched.
Commits
-
Add BufFileRead variants with short read and EOF detection
- 20428d344a29 16.0 landed
-
Fix some BufFileRead() error reporting
- cf74b6eadb9d 13.10 landed
- f463335e1f29 14.7 landed
- ac01fa647f84 15.2 landed
- 1561612e3bf3 16.0 landed
-
Push lpp variable closer to usage in heapgetpage()
- e351f8541831 16.0 cited
-
Fix buffile.c error handling.
- 7897e3bb902c 14.0 cited