Remove RelationSetIndexList().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f884dca4959f64bd47e78102d1dadd2c77d49201
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-05-03T14:26:14Z
Releases: 12.0
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

PathChange+/−
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