pgsql: Remove RelationSetIndexList(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove RelationSetIndexList().
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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/[email protected]

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix reindexing of pg_class indexes some more.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: remove obsolete comment about per-branch documentation.