pgsql: Remove RelationSetIndexList().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove RelationSetIndexList().
Date: 2019-05-03 14:26:24
Message-ID: E1hMZ8q-0007au-2k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/28926.1556664156@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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-05-03 16:32:19 pgsql: Doc: remove obsolete comment about per-branch documentation.
Previous Message Tom Lane 2019-05-02 23:11:57 pgsql: Fix reindexing of pg_class indexes some more.