|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Feb 12 12:38:45 EST 2004 |
| 3 | +Last updated:Thu Feb 12 12:50:57 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -392,9 +392,9 @@ Startup Time |
392 | 392 |
|
393 | 393 | * Experiment with multi-threaded backend [thread] |
394 | 394 | * Add connection pooling [pool] |
395 | | -* Allow persistent backends [persistent] |
| 395 | +* Allow persistent backends [pool] |
396 | 396 | * Create a transaction processor to aid in persistent connections and |
397 | | - connection pooling |
| 397 | + connection pooling [pool] |
398 | 398 | * Do listen() in postmaster and accept() in pre-forked backend |
399 | 399 | * Have pre-forked backend pre-connect to last requested database or pass |
400 | 400 | file descriptor to backend pre-forked for matching database |
@@ -464,7 +464,7 @@ Source Code |
464 | 464 | * Acquire lock on a relation before building a relcache entry for it |
465 | 465 | * Research interaction of setitimer() and sleep() used by statement_timeout |
466 | 466 | * -Add checks for fclose() failure (Tom) |
467 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1205 2004/02/12 17:38:50 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1205 2004/02/12 17:38:50 momjian Exp $ |
| 467 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1206 2004/02/12 17:51:03 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1206 2004/02/12 17:51:03 momjian Exp $ |
468 | 468 | * Exit postmaster if postgresql.conf can not be opened |
469 | 469 | * Rename /scripts directory because they are all C programs now |
470 | 470 | * Allow the regression tests to start postmaster with -i so the tests |
|