pgsql: Update TODO description: * Speed WAL recovery by allowing more - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Update TODO description: * Speed WAL recovery by allowing more
Date
Msg-id 20080318233257.572B27558DC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update TODO description:

* Speed WAL recovery by allowing more than one page to be prefetched

  This should be done utilizing the same infrastructure used for
  prefetching in general to avoid introducing complex error-prone code
  in WAL replay.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2348 -> r1.2349)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2348&r2=1.2349)
    pgsql/doc/src/FAQ:
        TODO.html (r1.856 -> r1.857)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.856&r2=1.857)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add find_typedef comments for Linux.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Spit items: * Experiment with multi-threaded backend better I/O