aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-01-23 15:13:30 +0000
committerBruce Momjian <bruce@momjian.us>2004-01-23 15:13:30 +0000
commit81c554bbe8303d0c554430cbcd4a7804d85ddd24 (patch)
treebcff99137b482f8b3be3bca7a529df363b039148
parent8e32f78b1daeedb1cd5afaf1b644807299009afd (diff)
downloadpostgresql-81c554bbe8303d0c554430cbcd4a7804d85ddd24.tar.gz
postgresql-81c554bbe8303d0c554430cbcd4a7804d85ddd24.zip
Add:
> * Improve CREATE SCHEMA regression test
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index e80af2ea617..6f594594d93 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jan 23 00:05:33 EST 2004
+Last updated: Fri Jan 23 10:13:31 EST 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -463,7 +463,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.1188 2004/01/23 05:05:34 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1188 2004/01/23 05:05:34 momjian Exp $
+* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1189 2004/01/23 15:13:30 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1189 2004/01/23 15:13:30 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
@@ -471,6 +471,7 @@ Source Code
* Allow creation of a libpq-only tarball
* Promote debug_query_string into a server-side function current_query()
* Allow the identifier length to be increased via a configure option
+* Improve CREATE SCHEMA regression test
* Wire Protocol Changes