Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.

Peter Geoghegan <pg@bowt.ie>

Commit: cc8033e1dafe89271aa86c2f2f86a828956929f0
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2021-08-04T04:53:41Z
Releases: 15.0
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.

Oversight in commit 3499df0d, which generalized the reloption as a way
of giving users a way to consistently avoid VACUUM's index bypass
optimization.

Per off-list report from Nikolay Shaplov.

Backpatch: 14-, where index cleanup reloption was extended.

Files

PathChange+/−
src/backend/access/common/reloptions.c modified +1 −1