Skip to content

Commit b3efb9f

Browse files
committed
File not needed:
.< * Improve speed with indexes (perhaps recreate index instead) [vacuum] > * Improve speed with indexes (perhaps recreate index instead) 369c369 < lock and truncate table [vacuum] > lock and truncate table 371c371 < rather than in /contrib [vacuum] > rather than in /contrib
1 parent b8369db commit b3efb9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/TODO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Feb 12 13:05:37 EST 2004
3+
Last updated: Thu Feb 12 13:09:32 EST 2004
44

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

@@ -364,11 +364,11 @@ Cache
364364
Vacuum
365365
======
366366

367-
* Improve speed with indexes (perhaps recreate index instead) [vacuum]
367+
* Improve speed with indexes (perhaps recreate index instead)
368368
* Reduce lock time by moving tuples with read lock, then write
369-
lock and truncate table [vacuum]
369+
lock and truncate table
370370
* Provide automatic running of vacuum in the background in backend
371-
rather than in /contrib [vacuum]
371+
rather than in /contrib
372372
* Allow free space map to be auto-sized or warn when it is too small
373373
* Maintain a map of recently-expired of pages so vacuum can reclaim
374374
free space without a sequential scan
@@ -462,7 +462,7 @@ Source Code
462462
* Acquire lock on a relation before building a relcache entry for it
463463
* Research interaction of setitimer() and sleep() used by statement_timeout
464464
* -Add checks for fclose() failure (Tom)
465-
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1209 2004/02/12 18:05:51 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1209 2004/02/12 18:05:51 momjian Exp $
465+
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1210 2004/02/12 18:09:43 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1210 2004/02/12 18:09:43 momjian Exp $
466466
* Exit postmaster if postgresql.conf can not be opened
467467
* Rename /scripts directory because they are all C programs now
468468
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)