pgsql: Remove rudiments of supporting procnum == 0 from 911e702077 - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Remove rudiments of supporting procnum == 0 from 911e702077
Date
Msg-id E1jJ1Fv-0003m2-AN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Implement operator class parameters
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fix missing SP-GiST support in 911e702077