Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f0cd76f

Browse files
committed
Add:
> * Prevent long-lived temporary tables from causing frozen-Xid advancement > starvation
1 parent e6a5c0a commit f0cd76f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
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 Oct 8 22:31:36 EDT 2007
4+
Last updated: Wed Oct 31 16:12:40 EDT 2007
55

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

12291229
* -Reduce XID consumption of read-only queries
1230+
* Prevent long-lived temporary tables from causing frozen-Xid advancement
1231+
starvation
12301232
* Auto-vacuum
12311233

12321234
o Use free-space map information to guide refilling

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Oct 8 22:31:36 EDT 2007
11+
Last updated: Wed Oct 31 16:12:40 EDT 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1092,6 +1092,8 @@ <h1><a name="section_15">Vacuum</a></h1>
10921092
<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php">http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php</a>
10931093
</p>
10941094
</li><li>-<em>Reduce XID consumption of read-only queries</em>
1095+
</li><li>Prevent long-lived temporary tables from causing frozen-Xid advancement
1096+
starvation
10951097
</li><li>Auto-vacuum
10961098
<ul>
10971099
<li>Use free-space map information to guide refilling

0 commit comments

Comments
 (0)