File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
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: Sat Apr 23 17:45:11 EDT 2005
5
+ Last updated: Sun Apr 24 08:39:04 EDT 2005
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.
@@ -759,8 +759,8 @@ Vacuum
759
759
* -Add a warning when the free space map is too small
760
760
* Maintain a map of recently-expired rows
761
761
762
- This allows vacuum to reclaim free space without requiring
763
- a sequential scan
762
+ This allows vacuum to target specific pages for possible free space
763
+ without requiring a sequential scan.
764
764
765
765
* Auto-vacuum
766
766
o Move into the backend code
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: Sat Apr 23 17:45:11 EDT 2005
11
+ Last updated: Sun Apr 24 08:39:04 EDT 2005
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 > .
@@ -693,8 +693,8 @@ <h1><a name="section_14">Vacuum</a></h1>
693
693
</ p >
694
694
</ li > < li > -Add a warning when the free space map is too small
695
695
</ li > < li > Maintain a map of recently-expired rows
696
- < p > This allows vacuum to reclaim free space without requiring
697
- a sequential scan
696
+ < p > This allows vacuum to target specific pages for possible free space
697
+ without requiring a sequential scan.
698
698
</ p >
699
699
</ li > < li > Auto-vacuum
700
700
< ul >
You can’t perform that action at this time.
0 commit comments