- Notifications
You must be signed in to change notification settings - Fork5
Commitc7fa4aa
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.php1 parent4f81337 commitc7fa4aa
2 files changed
+33
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
1427 | 1427 | | |
1428 | 1428 | | |
1429 | 1429 | | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
1430 | 1446 | | |
1431 | 1447 | | |
1432 | 1448 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
1287 | 1287 | | |
1288 | 1288 | | |
1289 | 1289 | | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
1290 | 1304 | | |
1291 | 1305 | | |
1292 | | - | |
| 1306 | + | |
1293 | 1307 | | |
1294 | 1308 | | |
1295 | 1309 | | |
| |||
0 commit comments
Comments
(0)