File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -954,6 +954,8 @@ Vacuum
954
954
index functions.
955
955
956
956
* -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
957
959
958
960
959
961
* Auto-vacuum
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
866
866
index functions.
867
867
</ p >
868
868
</ 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
869
871
</ li > < li > Auto-vacuum
870
872
< ul >
871
873
< li > Use free-space map information to guide refilling
You can’t perform that action at this time.
0 commit comments