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

Commit 3bf4e41

Browse files
committed
Add:
< 881a881,882 > o Improve xid wraparound detection by recording per-table rather > than per-database
1 parent 2d6c375 commit 3bf4e41

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/TODO

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Mon Jul 4 13:43:32 EDT 2005
5+
Last updated: Tue Jul 5 15:37:49 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -228,7 +228,6 @@ Data Types
228228
only be set at the pg_largeobject table level.
229229

230230
o Auto-delete large objects when referencing row is deleted
231-
232231
o Allow read/write into TOAST values like large objects
233232

234233
This requires the TOAST column to be stored EXTERNAL.
@@ -879,6 +878,8 @@ Vacuum
879878
o Move into the backend code
880879
o Use free-space map information to guide refilling
881880
o Do VACUUM FULL if table is nearly empty?
881+
o Improve xid wraparound detection by recording per-table rather
882+
than per-database
882883

883884

884885
Locking

doc/src/FAQ/TODO.html

+3-1
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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Mon Jul 4 13:43:32 EDT 2005
11+
Last updated: Tue Jul 5 15:37:49 EDT 2005
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>.
@@ -793,6 +793,8 @@ <h1><a name="section_16">Vacuum</a></h1>
793793
<li>Move into the backend code
794794
</li><li>Use free-space map information to guide refilling
795795
</li><li>Do VACUUM FULL if table is nearly empty?
796+
</li><li>Improve xid wraparound detection by recording per-table rather
797+
than per-database
796798
</li></ul>
797799
</li></ul>
798800
<h1><a name="section_17">Locking</a></h1>

0 commit comments

Comments
 (0)