@@ -7,7 +7,7 @@ Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
77The most recent version of this document can be viewed at
88the PostgreSQL web site, http://www.PostgreSQL.org.
99
10- A dash(-) marks changes that will appear in the upcoming 7.0 release.
10+ A dash(-) marks changes that will appear in the upcoming 7.1 release.
1111
1212Names in brackets "[]" indicate more detailed information is available in
1313the directory pgsql/doc/TODO.detail/ under that name.
@@ -244,11 +244,12 @@ MISC
244244SOURCE CODE
245245-----------
246246* Add use of 'const' for variables in source tree
247- * Fix C optimizer problem where fmgr_ptr calls return different types [alpha]
247+ * -Fix C optimizer problem where fmgr_ptr calls return different types (Tom)
248+ [alpha]
248249* Does Mariposa source contain any other bug fixes?
249250* Remove SET KSQO option now that OR processing is improved(Tom)
250251* -Use macros to define NT open() file parameters, remove NT-specific defines
251- * Change CURRENT to OLD internally for rules
252+ *- Change CURRENT to OLD internally for rules (Bruce)
252253
253254---------------------------------------------------------------------------
254255