pgsql: Add: < * Experiment with multi-threaded backend [thread] > * - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add: < * Experiment with multi-threaded backend [thread] > *
Date
Msg-id 20060409202431.C5A1311F6743@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add:

< * Experiment with multi-threaded backend [thread]
> * Experiment with multi-threaded backend for backend creation [thread]
1003a1004,1008
>
> * Experiment with multi-threaded backend better resource utilization
>
>   This would allow a single query to make use of multiple CPU's or
>   multiple I/O channels simultaneously.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1789 -> r1.1790)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1789&r2=1.1790)
    pgsql/doc/src/FAQ:
        TODO.html (r1.293 -> r1.294)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.293&r2=1.294)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Suppress a couple of minor compiler warnings, per Magnus.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add comment for why we recompile pgport C files.