Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.

Peter Geoghegan <pg@bowt.ie>

Commit: e8086bd3ba0ab73a18ac2293dd14f488734126ec
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2021-08-04T04:53:40Z
Releases: 14.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