8000 Remove outdated comment about relation level autovacuum freeze limits. · yazun/postgres@c415a7c · GitHub
[go: up one dir, main page]

Skip to content

Commit c415a7c

Browse files
committed
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 (834a6da). 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)
1 parent 682a25d commit c415a7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/src/sgml/ref/create_table.sgml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,9 +936,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable class="PAR
936936
Custom <xref linkend="guc-autovacuum-freeze-max-age"> parameter. Note that
937937
autovacuum will ignore attempts to set a per-table
938938
<literal>autovacuum_freeze_max_age</> larger than the system-wide setting
939-
(it can only be set smaller). Note that while you can set
940-
<literal>autovacuum_freeze_max_age</> very small, or even zero, this is
941-
usually unwise since it will force frequent vacuuming.
939+
(it can only be set smaller).
942940
</para>
943941
</listitem>
944942
</varlistentry>

0 commit comments

Comments
 (0)
0