pgsql: Remove RelationSetIndexList().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove RelationSetIndexList().
Дата
Msg-id E1hMZ8q-0007au-2k@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix reindexing of pg_class indexes some more.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: remove obsolete comment about per-branch documentation.