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.1556664...@sss.pgh.pa.us Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f884dca4959f64bd47e78102d1dadd2c77d49201 Modified Files -------------- src/backend/utils/cache/relcache.c | 90 +++++--------------------------------- src/include/utils/rel.h | 4 +- src/include/utils/relcache.h | 3 -- 3 files changed, 12 insertions(+), 85 deletions(-)