Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2fc66bf

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 bed3f6d commit 2fc66bf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

doc/src/sgml/ref/create_table.sgml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -998,9 +998,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
998998
Custom <xref linkend="guc-autovacuum-freeze-max-age"> parameter. Note that
999999
autovacuum will ignore attempts to set a per-table
10001000
<literal>autovacuum_freeze_max_age</> larger than the system-wide setting
1001-
(it can only be set smaller). Note that while you can set
1002-
<literal>autovacuum_freeze_max_age</> very small, or even zero, this is
1003-
usually unwise since it will force frequent vacuuming.
1001+
(it can only be set smaller).
10041002
</para>
10051003
</listitem>
10061004
</varlistentry>
@@ -1034,10 +1032,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
10341032
Custom <xref linkend="guc-autovacuum-multixact-freeze-max-age"> parameter. Note
10351033
that autovacuum will ignore attempts to set a per-table
10361034
<literal>autovacuum_multixact_freeze_max_age</> larger than the
1037-
system-wide setting (it can only be set smaller). Note that while you
1038-
can set <literal>autovacuum_multixact_freeze_max_age</> very small,
1039-
or even zero, this is usually unwise since it will force frequent
1040-
vacuuming.
1035+
system-wide setting (it can only be set smaller).
10411036
</para>
10421037
</listitem>
10431038
</varlistentry>

0 commit comments

Comments
 (0)