Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8186e7e

Browse files
committed
TODO item not wanted:
> > * Embedded server (not wanted) > > While PostgreSQL clients runs fine limited-resource environments, the > server requires multiple processes and a stable pool of resources to > run reliabily and efficiently. Stripping down the PostgreSQL server > to run in the same process address space as the client application > would add too much complexity and failure cases.
1 parent 2356c9f commit 8186e7e

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

doc/TODO

Lines changed: 9 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: Fri Dec 15 08:28:38 EST 2006
5+
Last updated: Fri Dec 15 10:40:41 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1400,6 +1400,14 @@ Features We Do _Not_ Want
14001400
optional and continue to use bison.
14011401
http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php
14021402

1403+
* Embedded server (not wanted)
1404+
1405+
While PostgreSQL clients runs fine limited-resource environments, the
1406+
server requires multiple processes and a stable pool of resources to
1407+
run reliabily and efficiently. Stripping down the PostgreSQL server
1408+
to run in the same process address space as the client application
1409+
would add too much complexity and failure cases.
1410+
14031411

14041412
---------------------------------------------------------------------------
14051413

doc/src/FAQ/TODO.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Fri Dec 15 08:28:38 EST 2006
11+
Last updated: Fri Dec 15 10:40:41 EST 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1262,6 +1262,13 @@ <h1><a name="section_23">Features We Do <u>Not</u> Want</a></h1>
12621262
<p> Because we support postfix operators, it isn't possible to make AS
12631263
optional and continue to use bison.
12641264
<a href="http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php">http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php</a>
1265+
</p>
1266+
</li><li>Embedded server (not wanted)
1267+
<p> While PostgreSQL clients runs fine limited-resource environments, the
1268+
server requires multiple processes and a stable pool of resources to
1269+
run reliabily and efficiently. Stripping down the PostgreSQL server
1270+
to run in the same process address space as the client application
1271+
would add too much complexity and failure cases.
12651272
</p>
12661273
</li></ul>
12671274
<hr/>

0 commit comments

Comments
 (0)