Skip to content

Commit c107c35

Browse files
committed
Update autovacuum_freeze_max_age documentation to mention that the
default is low because of pg_clog file removal. Backpatch to 9.0.X.
1 parent 49b27ab commit c107c35

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

doc/src/sgml/config.sgml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.307 2010/08/23 02:43:25 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.308 2010/08/24 13:32:25 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -4150,12 +4150,16 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
41504150
<para>
41514151
Specifies the maximum age (in transactions) that a table's
41524152
<structname>pg_class</>.<structfield>relfrozenxid</> field can
4153-
attain before a <command>VACUUM</> operation is forced to allow removal
4154-
of old files from the <filename>pg_clog</> subdirectory and prevent
4155-
transaction ID wraparound within the table. Note that the system
4156-
will launch autovacuum processes to prevent wraparound even when
4157-
autovacuum is otherwise disabled.
4158-
The default is 200 million transactions.
4153+
attain before a <command>VACUUM</> operation is forced
4154+
to prevent transaction ID wraparound within the table.
4155+
Note that the system will launch autovacuum processes to
4156+
prevent wraparound even when autovacuum is otherwise disabled.
4157+
</para>
4158+
4159+
<para>
4160+
Vacuum also allows removal of old files from the
4161+
<filename>pg_clog</> subdirectory, which is why the default
4162+
is a relatively low 200 million transactions.
41594163
This parameter can only be set at server start, but the setting
41604164
can be reduced for individual tables by
41614165
changing storage parameters.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy