Обсуждение: pgsql: Remove rudiments of supporting procnum == 0 from 911e702077

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

pgsql: Remove rudiments of supporting procnum == 0 from 911e702077

От
Alexander Korotkov
Дата:
Remove rudiments of supporting procnum == 0 from 911e702077

Early versions of opclass options patch uses zero support procedure as opclass
options procedure.  This commit removes rudiments of it, which were committed
in 911e702077.  Also, it implements correct handling of amoptsprocnum == 0.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/851b14b0c69b3773753a3c202bff42c3e4425d8d

Modified Files
--------------
src/backend/access/index/indexam.c | 14 +++++++++-----
src/backend/utils/cache/relcache.c | 18 +++++++++++-------
2 files changed, 20 insertions(+), 12 deletions(-)