Skip to content

Commit 55a2327

Browse files
committed
[Doc]: fix type errors #2
1 parent 8dfa819 commit 55a2327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/maintenance.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
below <varname>autovacuum_freeze_max_age</>, leaving enough gap so that
526526
a regularly scheduled <command>VACUUM</> or an autovacuum triggered by
527527
normal delete and update activity is run in that window. Setting it too
528-
close could lead to autovacuums to to shrink <literal>pg_clog</> and
528+
close could lead to autovacuums to shrink <literal>pg_clog</> and
529529
<literal>pg_multixact</>, even though the table
530530
was recently vacuumed to reclaim space, whereas lower values lead to more
531531
frequent aggressive vacuuming.

0 commit comments

Comments
 (0)