pgsql: Rename some functions to mention Relation instead of RelFileLoca - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Rename some functions to mention Relation instead of RelFileLoca
Date
Msg-id E1oBGti-002RkJ-AT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename some functions to mention Relation instead of RelFileLocator.

This is definitely shorter, and hopefully clearer.

Kyotaro Horiguchi, reviewed by Dilip Kumar and by me

Discussion: http://postgr.es/m/20220707.174436.1885393789789795413.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/09c5acee8ef90a9a94993dad937bdcd56ccaf1e3

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c   | 63 +++++++++++++++++------------------
src/backend/storage/buffer/localbuf.c | 16 ++++-----
src/backend/storage/smgr/smgr.c       |  4 +--
src/include/storage/buf_internals.h   |  7 ++--
src/include/storage/bufmgr.h          | 10 +++---
5 files changed, 50 insertions(+), 50 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add copy/equal support for XID lists
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add copy/equal support for XID lists