pgsql: Rename some functions to mention Relation instead of RelFileLoca

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename some functions to mention Relation instead of RelFileLoca
Date: 2022-07-12 14:29:59
Message-ID: E1oBGti-002RkJ-AT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-12 14:36:45 Re: pgsql: Add copy/equal support for XID lists
Previous Message Alvaro Herrera 2022-07-12 14:12:49 pgsql: Add copy/equal support for XID lists