diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-08-09 16:35:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-08-09 16:35:51 +0000 |
commit | c7fa4aa3e7b3674b02b7dc21daaf6495a2e375b2 (patch) | |
tree | 4c47f66e8c4c8a20ad1a363827df8a6ada5e8244 /src/backend/port/win32/timer.c | |
parent | 4f81337d9d0ee7f5429506ff8146f6208e95fb4d (diff) | |
download | postgresql-c7fa4aa3e7b3674b02b7dc21daaf6495a2e375b2.tar.gz postgresql-c7fa4aa3e7b3674b02b7dc21daaf6495a2e375b2.zip |
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
Diffstat (limited to 'src/backend/port/win32/timer.c')
0 files changed, 0 insertions, 0 deletions