Skip to content

Commit 9a25277

Browse files
committed
Update for Tom:
< * Allow row re-use with automatic vacuum (Tom) 356c355 < --- > * Provide automatic scheduling of background vacuum (Tom)
1 parent 4f715d6 commit 9a25277

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/TODO

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Feb 4 15:43:49 EST 2002
3+
Last updated: Mon Feb 4 15:49:34 EST 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -25,7 +25,6 @@ URGENT
2525
o queries across databases or servers (two-phase commit)
2626
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
2727
* Point-in-time data recovery using backup and write-ahead log
28-
* Allow row re-use with automatic vacuum (Tom)
2928

3029

3130
REPORTING
@@ -353,7 +352,7 @@ VACUUM
353352
* Reduce lock time by moving tuples with read lock, then write
354353
lock and truncate table [vacuum]
355354
* Add LAZY VACUUM (Vadim) [performance]
356-
355+
* Provide automatic scheduling of background vacuum (Tom)
357356

358357
LOCKING
359358
-------

0 commit comments

Comments
 (0)