Skip to content

Commit 06a61d6

Browse files
committed
Done:
* -Add a warning when the free space map is too small
1 parent 4590542 commit 06a61d6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/TODO

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
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
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -740,10 +740,7 @@ Vacuum
740740
write lock. However, the read lock promotion to write lock could lead
741741
to deadlock situations.
742742

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
747744
* Maintain a map of recently-expired rows
748745

749746
This allows vacuum to reclaim free space without requiring

0 commit comments

Comments
 (0)