pgsql: Remove RelationGetIndexRawAttOptions() - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove RelationGetIndexRawAttOptions()
Date
Msg-id E1qnhjk-007K77-Hb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: suppress "exceed the available area" warning in PDF build.