Обсуждение: pgsql: Remove RelationGetIndexRawAttOptions()

Поиск
Список
Период
Сортировка

pgsql: Remove RelationGetIndexRawAttOptions()

От
Peter Eisentraut
Дата:
Remove RelationGetIndexRawAttOptions()

There was only one caller left, for which this function was overkill.

Also, having it in relcache.c was inappropriate, since it doesn't work
with the relcache at all.

Discussion: https://www.postgresql.org/message-id/flat/f84640e3-00d3-5abd-3f41-e6a19d33c40b@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5e4282772a569363da350548b2ce2e214e92ba40

Modified Files
--------------
src/backend/commands/indexcmds.c   |  8 +++++---
src/backend/utils/cache/relcache.c | 29 -----------------------------
src/include/utils/relcache.h       |  1 -
3 files changed, 5 insertions(+), 33 deletions(-)