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

Commitd898633

Browse files
committed
Document that autovacuum_freeze_max_age is used for pg_clog recycling.
We already mentioned xid wraparound.
1 parent95cacd1 commitd898633

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.305 2010/08/19 22:55:00 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.306 2010/08/22 02:37:32 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -4150,7 +4150,8 @@ 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 prevent
4153+
attain before a <command>VACUUM</> operation is forced to allow removal
4154+
of old files from the <filename>pg_clog</> subdirectory and prevent
41544155
transaction ID wraparound within the table. Note that the system
41554156
will launch autovacuum processes to prevent wraparound even when
41564157
autovacuum is otherwise disabled.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp