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

Commitba2b2a2

Browse files
committed
Update text:
< * Prevent long-lived temporary tables from causing frozen-Xid advancement> * Prevent long-lived temporary tables from causing frozen-xid advancement>> The problem is that autovacuum cannot vacuum them to set frozen xids;> only the session that created them can do that.>>>
1 parent558c927 commitba2b2a2

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

‎doc/TODO

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer:Bruce Momjian (bruce@momjian.us)
4-
Last updated:Mon Nov19 19:18:31 EST 2007
4+
Last updated:Fri Nov23 11:37:47 EST 2007
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1231,8 +1231,14 @@ Vacuum
12311231
http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php
12321232

12331233
* -Reduce XID consumption of read-only queries
1234-
* Prevent long-lived temporary tables from causing frozen-Xid advancement
1234+
* Prevent long-lived temporary tables from causing frozen-xid advancement
12351235
starvation
1236+
1237+
The problem is that autovacuum cannot vacuum them to set frozen xids;
1238+
only the session that created them can do that.
1239+
1240+
1241+
12361242
* Auto-vacuum
12371243

12381244
o Use free-space map information to guide refilling

‎doc/src/FAQ/TODO.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated:Mon Nov19 19:18:31 EST 2007
11+
Last updated:Fri Nov23 11:37:47 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1096,9 +1096,14 @@ <h1><a name="section_15">Vacuum</a></h1>
10961096
<p><ahref="http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php">http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php</a>
10971097
</p>
10981098
</li><li>-<em>Reduce XID consumption of read-only queries</em>
1099-
</li><li>Prevent long-lived temporary tables from causing frozen-Xid advancement
1099+
</li><li>Prevent long-lived temporary tables from causing frozen-xid advancement
11001100
starvation
1101-
</li><li>Auto-vacuum
1101+
</li></ul>
1102+
<p> The problem is that autovacuum cannot vacuum them to set frozen xids;<br/>
1103+
only the session that created them can do that.
1104+
</p>
1105+
<ul>
1106+
<li>Auto-vacuum
11021107
<ul>
11031108
<li>Use free-space map information to guide refilling
11041109
</li><li>%Issue log message to suggest VACUUM FULL if a table is nearly

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp