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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add TODO items we don't want (Idea from Josh Berkus) > > >
Date: 2006-08-09 16:35:51
Message-ID: 20060809163551.C70599FB2D5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-08-09 16:42:20 pgsql: Add URL: >
Previous Message Bruce Momjian 2006-08-09 14:55:39 pgsql: Update packages: < A package would be a schema with