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. Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/e8086bd3ba0ab73a18ac2293dd14f488734126ec Modified Files -------------- src/backend/access/common/reloptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
