|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Thu Mar10 22:45:28 EST 2005 |
| 5 | +Last updated:Sat Mar12 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
|
|