Re: Removing a few more lseek() calls

2019-06-06 Thread Ashwin Agrawal
On Sat, Mar 30, 2019 at 2:14 AM Thomas Munro wrote: > Hello, > > Patch 0001 gets rid of the unconditional lseek() calls for SLRU I/O, > as a small follow-up to commit c24dcd0c. Patch 0002 gets rid of a few > places that usually do a good job of avoiding lseek() calls while > reading and writing

Removing a few more lseek() calls

2019-03-30 Thread Thomas Munro
Hello, Patch 0001 gets rid of the unconditional lseek() calls for SLRU I/O, as a small follow-up to commit c24dcd0c. Patch 0002 gets rid of a few places that usually do a good job of avoiding lseek() calls while reading and writing WAL, but it seems better to have no code at all. -- Thomas Munr