Remove RelationGetIndexRawAttOptions()
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 3 Oct 2023 15:40:15 +0000 (17:40 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 3 Oct 2023 15:51:02 +0000 (17:51 +0200)
commit5e4282772a569363da350548b2ce2e214e92ba40
treeb360db064f6acbd48bb43149a75cccd3824436d3
parent784162357130f63b5130cd6517db21451692f9b3
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
src/backend/commands/indexcmds.c
src/backend/utils/cache/relcache.c
src/include/utils/relcache.h