summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2003-12-16 01:08:40 +0000
committerBruce Momjian2003-12-16 01:08:40 +0000
commit028c41e29b2adb95ca25b9ac55ed486f1ec82431 (patch)
tree6e1eb3baa4959c0a5c04428bbc6fac68fadf6023
parent39d66b54946a2f66b60d511f1387e79eb06af292 (diff)
Add for ecpg:
> o Make SET CONNECTION thread-aware
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 9073d7396bc..cba49538a6a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Dec 13 15:01:57 EST 2003
+Last updated: Mon Dec 15 20:08:46 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -284,6 +284,7 @@ Clients
o Implement SQLDA
o Fix nested C comments
o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
+ o Make SET CONNECTION thread-aware
* Python
o Allow users to register their own types with pg_
@@ -461,7 +462,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure
-* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1180 2003/12/13 20:02:01 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1180 2003/12/13 20:02:01 momjian Exp $
+* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1181 2003/12/16 01:08:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1181 2003/12/16 01:08:40 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests