Re: doc fixes: vacuum_cleanup_index_scale_factor

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: doc fixes: vacuum_cleanup_index_scale_factor
Дата
Msg-id CAPpHfds81mSOGUVPk+nGLpOwcgz=URVaMN2jAG6KzRyAD3zntQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: doc fixes: vacuum_cleanup_index_scale_factor  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Ответы Re: doc fixes: vacuum_cleanup_index_scale_factor  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
Hi!

I've revised docs and comments, and also made some fixes in the code.
See the attached patchset.

* 0001-vacuum-cleanup-index-scale-factor-user-set.patch
Changes vacuum_cleanup_index_scale_factor GUC to PGC_USERSET,
because it might be useful to change in specific session.

* 0002-vacuum-cleanup-index-scale-factor-tab-complete.patch
Add missing psql tab-complete support for
vacuum_cleanup_index_scale_factor

* 0003-btree-cleanup-condition-fix.patch
Fix condition which triggers btree index cleanup scan to always fire
when vacuum_cleanup_index_scale_factor == 0.

* 0004-btree-cleanup-docs-comments-fixes.patch
Documentation and comment improvements from Justin Pryzby
revised by me.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: MAP syntax for arrays
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Compiler warnings with --enable-dtrace