Remove rudiments of supporting procnum == 0 from 911e702077

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 851b14b0c69b3773753a3c202bff42c3e4425d8d
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2020-03-30T20:43:25Z
Releases: 13.0
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.

Files

PathChange+/−
src/backend/access/index/indexam.c modified +9 −5
src/backend/utils/cache/relcache.c modified +11 −7