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

Commit513836c

Browse files
author
Neil Conway
committed
Add a note to the documentation to clarify that even when
"autovacuum = off", the system may still periodically start autovacuumprocesses to prevent XID wraparound. Patch from David Fetter, witheditorializing.
1 parent3288d5a commit513836c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.122 2007/04/20 02:37:37 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.123 2007/05/15 15:35:46 neilc Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -3172,6 +3172,12 @@ SELECT * FROM parent WHERE key = 2400;
31723172
This parameter can only be set in the <filename>postgresql.conf</>
31733173
file or on the server command line.
31743174
</para>
3175+
<para>
3176+
Note that even when this parameter is disabled, the system
3177+
will periodically launch autovacuum processes in order to
3178+
prevent transaction ID wraparound. See <xref
3179+
linkend="vacuum-for-wraparound"> for more information.
3180+
</para>
31753181
</listitem>
31763182
</varlistentry>
31773183

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp