]> granicus.if.org Git - postgresql/commit
Rename RelationData.rd_amroutine to rd_indam.
authorAndres Freund <andres@anarazel.de>
Tue, 22 Jan 2019 01:36:55 +0000 (17:36 -0800)
committerAndres Freund <andres@anarazel.de>
Tue, 22 Jan 2019 01:36:55 +0000 (17:36 -0800)
commit346ed70b0ad7efc574711a97812692dab4542712
treedf7dfc97f786c3ed0e8ed841be5dd8304ea0ca0d
parentebcc7bf949bae614cccc6b86e3ef9b926a6e2f99
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
src/backend/access/index/indexam.c
src/backend/catalog/index.c
src/backend/commands/cluster.c
src/backend/commands/tablecmds.c
src/backend/executor/nodeIndexscan.c
src/backend/optimizer/util/plancat.c
src/backend/parser/parse_utilcmd.c
src/backend/utils/cache/relcache.c
src/include/utils/rel.h