pgsql: Rename RelationData.rd_amroutine to rd_indam.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename RelationData.rd_amroutine to rd_indam.
Date: 2019-01-22 01:44:00
Message-ID: E1gll6e-0007Nm-SH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename RelationData.rd_amroutine to rd_indam.

The upcoming table AM support makes rd_amroutine to generic, as its
only about index AMs. The new name makes that clear, and is shorter to
boot.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/346ed70b0ad7efc574711a97812692dab4542712

Modified Files
--------------
src/backend/access/index/indexam.c | 62 ++++++++++++++++++------------------
src/backend/catalog/index.c | 12 +++----
src/backend/commands/cluster.c | 2 +-
src/backend/commands/tablecmds.c | 4 +--
src/backend/executor/nodeIndexscan.c | 2 +-
src/backend/optimizer/util/plancat.c | 4 +--
src/backend/parser/parse_utilcmd.c | 2 +-
src/backend/utils/cache/relcache.c | 14 ++++----
src/include/utils/rel.h | 2 +-
9 files changed, 52 insertions(+), 52 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-01-22 02:24:09 pgsql: Adjust documentation for vacuumdb --disable-page-skipping
Previous Message Andres Freund 2019-01-22 01:15:36 pgsql: Rephrase references to "time qualification".