Removing a few more lseek() calls - Mailing list pgsql-hackers

From Thomas Munro
Subject Removing a few more lseek() calls
Date
Msg-id CA+hUKG+iqke4uTRFj8D8uEUUgj+RokPSp+CWM6YYzaaamG9Wvg@mail.gmail.com
Whole thread Raw
Responses Re: Removing a few more lseek() calls
List pgsql-hackers
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 Munro
https://enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] generated columns
Next
From: Justin Pryzby
Date:
Subject: Re: [HACKERS] generated columns