aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-13 07:11:35 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-13 07:11:35 +0000
commit8f057d971d663fff9bbb2ae7d053bf71cf09b4a2 (patch)
treef4c9c247aa3211c99f52b450201d584b7d9e3c22
parent6cb6d05456badf00869afde94f94bd3ef174e0ca (diff)
downloadpostgresql-8f057d971d663fff9bbb2ae7d053bf71cf09b4a2.tar.gz
postgresql-8f057d971d663fff9bbb2ae7d053bf71cf09b4a2.zip
Update TODO list.
-rw-r--r--doc/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index f6cc183dc7f..1587705d477 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -7,7 +7,7 @@ Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
The most recent version of this document can be viewed at
the PostgreSQL web site, http://www.PostgreSQL.org.
-A dash(-) marks changes that will appear in the upcoming 7.0 release.
+A dash(-) marks changes that will appear in the upcoming 7.1 release.
Names in brackets "[]" indicate more detailed information is available in
the directory pgsql/doc/TODO.detail/ under that name.
@@ -244,11 +244,12 @@ MISC
SOURCE CODE
-----------
* Add use of 'const' for variables in source tree
-* Fix C optimizer problem where fmgr_ptr calls return different types [alpha]
+* -Fix C optimizer problem where fmgr_ptr calls return different types (Tom)
+ [alpha]
* Does Mariposa source contain any other bug fixes?
* Remove SET KSQO option now that OR processing is improved(Tom)
* -Use macros to define NT open() file parameters, remove NT-specific defines
-* Change CURRENT to OLD internally for rules
+* -Change CURRENT to OLD internally for rules (Bruce)
---------------------------------------------------------------------------