Remove RelationSetIndexList().
Tom Lane <tgl@sss.pgh.pa.us>
Remove RelationSetIndexList(). In the wake of commit f912d7dec, RelationSetIndexList isn't used any more. It was always a horrid wart, so getting rid of it is very nice. We can also convert rd_indexvalid back to a plain boolean. Discussion: https://postgr.es/m/28926.1556664156@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/cache/relcache.c | modified | +10 −80 |
| src/include/utils/relcache.h | modified | +0 −3 |
| src/include/utils/rel.h | modified | +2 −2 |
Discussion
- REINDEX INDEX results in a crash for an index of pg_class since 9.6 82 messages · 2019-04-18 → 2019-05-10