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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Add TODO items we don't want (Idea from Josh Berkus) > > >
Дата
Msg-id 20060809163551.C70599FB2D5@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update packages: < A package would be a schema with
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add URL: >