pgsql: Add TODO items we don't want (Idea from Josh Berkus) > > >
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)