pgsql: Remove RelationGetIndexRawAttOptions()

Started by Peter Eisentrautalmost 3 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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: /messages/by-id/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(-)