Rename RelationData.rd_amroutine to rd_indam.
Andres Freund <andres@anarazel.de>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/index/indexam.c | modified | +31 −31 |
| src/backend/catalog/index.c | modified | +6 −6 |
| src/backend/commands/cluster.c | modified | +1 −1 |
| src/backend/commands/tablecmds.c | modified | +2 −2 |
| src/backend/executor/nodeIndexscan.c | modified | +1 −1 |
| src/backend/optimizer/util/plancat.c | modified | +2 −2 |
| src/backend/parser/parse_utilcmd.c | modified | +1 −1 |
| src/backend/utils/cache/relcache.c | modified | +7 −7 |
| src/include/utils/rel.h | modified | +1 −1 |
Discussion
- Pluggable Storage - Andres's take 179 messages · 2018-07-03 → 2019-08-17