pgsql: Add TODO items we don't want (Idea from Josh Berkus) > > > - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add TODO items we don't want (Idea from Josh Berkus) > > >
Date
Msg-id 20060809163551.C70599FB2D5@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add TODO items we don't want (Idea from Josh Berkus)

>
>
> Features We Do _Not_ Want
> =========================
>
> * All backends running as threads in a single process (not want)
>
>   This eliminates the process protection we get from the current setup.
>   Thread creation is usually the same overhead as process creation on
>   modern systems, so it seems unwise to use a pure threaded model.
>
> * Optimizer hints (not want)
>
>   Optimizer hints are used to work around problems in the optimizer.  We
>   would rather have the problems reported and fixed.
>   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1943 -> r1.1944)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1943&r2=1.1944)
    pgsql/doc/src/FAQ:
        TODO.html (r1.445 -> r1.446)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.445&r2=1.446)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update packages: < A package would be a schema with
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL: >