pgsql: Remove RelationGetIndexRawAttOptions()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove RelationGetIndexRawAttOptions()
Дата
Msg-id E1qnhjk-007K77-Hb@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: suppress "exceed the available area" warning in PDF build.