File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-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 (bruce@momjian.us)
5
- Last updated: Fri Jan 19 21: 18:31 EST 2007
5
+ Last updated: Sat Jan 20 18:08:13 EST 2007
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.
@@ -1050,6 +1050,9 @@ Vacuum
1050
1050
index entry) might be slow and unreliable, especially for user-defined
1051
1051
index functions.
1052
1052
1053
+ http://archives.postgresql.org/pgsql-hackers/2006-12/msg01188.php
1054
+ http://archives.postgresql.org/pgsql-hackers/2007-01/msg00121.php
1055
+
1053
1056
* Allow FSM to return free space toward the beginning of the heap file,
1054
1057
in hopes that empty pages at the end can be truncated by VACUUM
1055
1058
* Allow FSM page return free space based on table clustering, to assist
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:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Fri Jan 19 21: 18:31 EST 2007
11
+ Last updated: Sat Jan 20 18:08:13 EST 2007
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 > .
@@ -943,6 +943,9 @@ <h1><a name="section_15">Vacuum</a></h1>
943
943
doing this without an index scan (by using the heap values to find the
944
944
index entry) might be slow and unreliable, especially for user-defined
945
945
index functions.
946
+ </ p >
947
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-12/msg01188.php "> http://archives.postgresql.org/pgsql-hackers/2006-12/msg01188.php</ a >
948
+ < a href ="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00121.php "> http://archives.postgresql.org/pgsql-hackers/2007-01/msg00121.php</ a >
946
949
</ p >
947
950
</ li > < li > Allow FSM to return free space toward the beginning of the heap file,
948
951
in hopes that empty pages at the end can be truncated by VACUUM
You can’t perform that action at this time.
0 commit comments