Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7fa4aa

Browse files
committed
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
1 parent4f81337 commitc7fa4aa

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

‎doc/TODO

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (bruce@momjian.us)
5-
Last updated:Wed Aug 910:55:32 EDT 2006
5+
Last updated:Wed Aug 912:35:39 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1427,6 +1427,22 @@ Source Code
14271427
of result sets using new statement protocol
14281428

14291429

1430+
Features We Do _Not_ Want
1431+
=========================
1432+
1433+
* All backends running as threads in a single process (not want)
1434+
1435+
This eliminates the process protection we get from the current setup.
1436+
Thread creation is usually the same overhead as process creation on
1437+
modern systems, so it seems unwise to use a pure threaded model.
1438+
1439+
* Optimizer hints (not want)
1440+
1441+
Optimizer hints are used to work around problems in the optimizer. We
1442+
would rather have the problems reported and fixed.
1443+
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php
1444+
1445+
14301446
---------------------------------------------------------------------------
14311447

14321448

‎doc/src/FAQ/TODO.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Wed Aug 910:55:32 EDT 2006
11+
Last updated: Wed Aug 912:35:39 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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>
12871287
of result sets using new statement protocol
12881288
</li></ul>
12891289
</li></ul>
1290+
<h1><aname="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+
<ahref="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>
12901304
<hr/>
12911305

1292-
<h2><aname="section_22_1">Developers who have claimed items are:</a></h2>
1306+
<h2><aname="section_23_1">Developers who have claimed items are:</a></h2>
12931307
<ul>
12941308
<li>Alvaro is Alvaro Herrera &lt;<ahref="mailto:alvherre@dcc.uchile.cl">alvherre@dcc.uchile.cl</a>&gt;
12951309
</li><li>Andrew is Andrew Dunstan &lt;<ahref="mailto:andrew@dunslane.net">andrew@dunslane.net</a>&gt;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp