aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-02-04 22:41:28 +0000
committerBruce Momjian <bruce@momjian.us>2000-02-04 22:41:28 +0000
commit7932f86c5310f8dcd1bbbdfaa463516a455433c9 (patch)
tree113b4549165828ff6f939fefc021960d60d14f9a
parentddd596d38639796983eb08a90aa1349db6f600da (diff)
downloadpostgresql-7932f86c5310f8dcd1bbbdfaa463516a455433c9.tar.gz
postgresql-7932f86c5310f8dcd1bbbdfaa463516a455433c9.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 57bb7c4014b..e0d27e97d70 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Jan 29 12:23:49 EST 2000
+Last updated: Fri Feb 4 17:40:21 EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -82,6 +82,8 @@ MISC
* SELECT ... UNION ... ORDER BY fails when sort expr not in result list
* SELECT ... UNION ... GROUP BY fails if column types disagree, no type
promotion occurs
+* Modification of pg_class can happen while table in use by
+ another backend. Might lead to MVCC inside of syscache
ENHANCEMENTS
------------