Remove rudiments of supporting procnum == 0 from 911e702077
authorAlexander Korotkov <akorotkov@postgresql.org>
Mon, 30 Mar 2020 20:40:22 +0000 (23:40 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Mon, 30 Mar 2020 20:43:25 +0000 (23:43 +0300)
commit851b14b0c69b3773753a3c202bff42c3e4425d8d
treea914d7d7a08f75df5364d0e19ce852399c8b32ce
parent4b42a89938ac9d2ec06e9d831356407040e9094c
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.
src/backend/access/index/indexam.c
src/backend/utils/cache/relcache.c