From: Bruce Momjian Date: Fri, 4 Feb 2000 22:41:28 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL9_0_0~24020 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7932f86c5310f8dcd1bbbdfaa463516a455433c9;p=pg-rex%2Fsyncrep.git Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 57bb7c4014..e0d27e97d7 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 ------------