Обсуждение: pgsql: Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.

Поиск
Список
Период
Сортировка

pgsql: Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.

От
Peter Geoghegan
Дата:
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cc8033e1dafe89271aa86c2f2f86a828956929f0

Modified Files
--------------
src/backend/access/common/reloptions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)