Add:
authorBruce Momjian <bruce@momjian.us>
Tue, 15 Mar 2005 05:31:27 +0000 (05:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 15 Mar 2005 05:31:27 +0000 (05:31 +0000)
> * Allow sequential scans to take advantage of other concurrent
>   sequentiqal scans, also called "Synchronised Scanning"

doc/TODO

index a57f1073b224c0bf0fcd486c4aac1f0dbe4ff349..07406945f98d7e7d001443f59a63b794614c7ff7 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 TODO list for PostgreSQL
 ========================
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:      Mon Mar 14 23:01:08 EST 2005
+Last updated:      Tue Mar 15 00:31:22 EST 2005
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -716,6 +716,9 @@ Cache
   from the end of the LRU cache and use a clock sweep algorithm to
   write other dirty buffers to reduced checkpoint I/O
 
+* Allow sequential scans to take advantage of other concurrent
+  sequentiqal scans, also called "Synchronised Scanning"
+
 Vacuum
 ======