Skip to content

Commit 2a0ba3f

Browse files
committed
Add:
> * Allow FSM to return free space toward the beginning of the heap file, > in hopes that empty pages at the end can be truncated by VACUUM
1 parent b35440e commit 2a0ba3f

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
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Thu Mar 2 21:38:51 EST 2006
5+
Last updated: Thu Mar 2 22:13:06 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -954,6 +954,8 @@ Vacuum
954954
index functions.
955955

956956
* -Add system view to show free space map contents
957+
* Allow FSM to return free space toward the beginning of the heap file,
958+
in hopes that empty pages at the end can be truncated by VACUUM
957959

958960

959961
* Auto-vacuum

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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Thu Mar 2 21:38:51 EST 2006
11+
Last updated: Thu Mar 2 22:13:06 EST 2006
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>.
@@ -866,6 +866,8 @@ <h1><a name="section_16">Vacuum</a></h1>
866866
index functions.
867867
</p>
868868
</li><li>-<em>Add system view to show free space map contents</em>
869+
</li><li>Allow FSM to return free space toward the beginning of the heap file,
870+
in hopes that empty pages at the end can be truncated by VACUUM
869871
</li><li>Auto-vacuum
870872
<ul>
871873
<li>Use free-space map information to guide refilling

0 commit comments

Comments
 (0)