Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc415a7c

Browse files
committed
Remove outdated comment about relation level autovacuum freeze limits.
The documentation for the autovacuum_multixact_freeze_max_age andautovacuum_freeze_max_age relation level parameters contained:"Note that while you can set autovacuum_multixact_freeze_max_age verysmall, or even zero, this is usually unwise since it will force frequentvacuuming."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 from2596d70 arehigh enough that this doesn't warrant calling out the risk in the CREATETABLE docs.Per discussion with Tom Lane and Alvaro HerreraDiscussion: 26377.1443105453@sss.pgh.pa.usBackpatch: 9.0- (in parts)
1 parent682a25d commitc415a7c

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)

[8]ページ先頭

©2009-2025 Movatter.jp