pgsql: Standardize "read-ahead advice" terminology.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Standardize "read-ahead advice" terminology.
Date: 2024-09-03 22:30:08
Message-ID: E1slc2J-0001GS-TY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Standardize "read-ahead advice" terminology.

Commit 6654bb920 added macOS's equivalent of POSIX_FADV_WILLNEED, and
changed some explicit references to posix_fadvise to use this more
general name for the concept. Update some remaining references.

Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/0827edec-1317-4917-a186-035eb1e3241d%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/813fde73d4dd4fab1b7bde99ceaa47dd8437c21e

Modified Files
--------------
src/backend/access/transam/xlogprefetcher.c | 2 +-
src/backend/storage/aio/read_stream.c | 15 ++++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-09-03 23:06:22 pgsql: Simplify makefiles exporting twice enable_injection_points
Previous Message noreply 2024-09-03 21:02:59 pgsql: Tag refs/tags/REL_17_RC1 was created