Skip to content

Commit db55d7a

Browse files
committed
Merge files:
< * Allow persistent backends [persistent] > * Allow persistent backends [pool] 397c397 < connection pooling > connection pooling [pool]
1 parent b4c0b19 commit db55d7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Feb 12 12:38:45 EST 2004
3+
Last updated: Thu Feb 12 12:50:57 EST 2004
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -392,9 +392,9 @@ Startup Time
392392

393393
* Experiment with multi-threaded backend [thread]
394394
* Add connection pooling [pool]
395-
* Allow persistent backends [persistent]
395+
* Allow persistent backends [pool]
396396
* Create a transaction processor to aid in persistent connections and
397-
connection pooling
397+
connection pooling [pool]
398398
* Do listen() in postmaster and accept() in pre-forked backend
399399
* Have pre-forked backend pre-connect to last requested database or pass
400400
file descriptor to backend pre-forked for matching database
@@ -464,7 +464,7 @@ Source Code
464464
* Acquire lock on a relation before building a relcache entry for it
465465
* Research interaction of setitimer() and sleep() used by statement_timeout
466466
* -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 $
468468
* Exit postmaster if postgresql.conf can not be opened
469469
* Rename /scripts directory because they are all C programs now
470470
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)