pgsql: Remove outdated comment about relation level autovacuum freeze l

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Remove outdated comment about relation level autovacuum freeze l
Дата
Msg-id E1Zj77M-0006QN-Iq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove outdated comment about relation level autovacuum freeze limits.

The documentation for the autovacuum_multixact_freeze_max_age and
autovacuum_freeze_max_age relation level parameters contained:
"Note that while you can set autovacuum_multixact_freeze_max_age very
small, or even zero, this is usually unwise since it will force frequent
vacuuming."
which hasn't been true since these options were made relation options,
instead of residing in the pg_autovacuum table (834a6da4f7).

Remove the outdated sentence. Even the lowered limits from 2596d70 are
high enough that this doesn't warrant calling out the risk in the CREATE
TABLE docs.

Per discussion with Tom Lane and Alvaro Herrera

Discussion: 26377.1443105453@sss.pgh.pa.us
Backpatch: 9.0- (in parts)

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/56805a428cb95394eee7c853cfcb96c066e81256

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml |    9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Add regression tests for INSERT/UPDATE+RETURNING
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove outdated comment about relation level autovacuum freeze l