|
8 | 8 | <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
9 | 9 | <h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Wed Aug 9 10:55:32 EDT 2006 |
| 11 | +Last updated: Wed Aug 9 12:35:39 EDT 2006 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -1287,9 +1287,23 @@ <h1><a name="section_22">Source Code</a></h1>
|
1287 | 1287 | of result sets using new statement protocol
|
1288 | 1288 | </li></ul>
|
1289 | 1289 | </li></ul>
|
| 1290 | +<h1><a name="section_23">Features We Do _Not_ Want</a></h1> |
| 1291 | + |
| 1292 | +<ul> |
| 1293 | + <li>All backends running as threads in a single process (not want) |
| 1294 | +<p> This eliminates the process protection we get from the current setup. |
| 1295 | + Thread creation is usually the same overhead as process creation on |
| 1296 | + modern systems, so it seems unwise to use a pure threaded model. |
| 1297 | +</p> |
| 1298 | + </li><li>Optimizer hints (not want) |
| 1299 | +<p> Optimizer hints are used to work around problems in the optimizer. We |
| 1300 | + would rather have the problems reported and fixed. |
| 1301 | + <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php</a> |
| 1302 | +</p> |
| 1303 | +</li></ul> |
1290 | 1304 | <hr/>
|
1291 | 1305 |
|
1292 |
| -<h2><a name="section_22_1">Developers who have claimed items are:</a></h2> |
| 1306 | +<h2><a name="section_23_1">Developers who have claimed items are:</a></h2> |
1293 | 1307 | <ul>
|
1294 | 1308 | <li>Alvaro is Alvaro Herrera <<a href="mailto:alvherre@dcc.uchile.cl">alvherre@dcc.uchile.cl</a>>
|
1295 | 1309 | </li><li>Andrew is Andrew Dunstan <<a href="mailto:andrew@dunslane.net">andrew@dunslane.net</a>>
|
|
0 commit comments