File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 2
2
TODO list for PostgreSQL
3
3
========================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Thu Mar 10 22:45:28 EST 2005
5
+ Last updated: Sat Mar 12 00:25:49 EST 2005
6
6
7
7
The most recent version of this document can be viewed at the PostgreSQL web
8
8
site, http://www.PostgreSQL.org.
@@ -740,10 +740,7 @@ Vacuum
740
740
write lock. However, the read lock promotion to write lock could lead
741
741
to deadlock situations.
742
742
743
- * Allow free space map to be auto-sized or warn when it is too small
744
-
745
- The free space map is in shared memory so resizing is difficult.
746
-
743
+ * -Add a warning when the free space map is too small
747
744
* Maintain a map of recently-expired rows
748
745
749
746
This allows vacuum to reclaim free space without requiring
You can’t perform that action at this time.
0 commit comments