diff options
| author | Bruce Momjian | 2000-06-02 15:57:44 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-06-02 15:57:44 +0000 |
| commit | cc2b5e5815aa596dbbdd288d0d178019f2d521aa (patch) | |
| tree | b82baecdde9295a977c530b10f8f15a91e012cda /doc/TODO | |
| parent | bf1c8f2b3b067c29f1abdf6fe866fb485ade96e9 (diff) | |
Remove NT-specific file open defines by defining our own open macros for
"rb" and "wb".
Diffstat (limited to 'doc/TODO')
| -rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu May 25 12:08:57 EDT 2000 +Last updated: Fri Jun 2 11:32:09 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -234,6 +234,7 @@ MISC * Remove ANALYZE from VACUUM so it can be run separately without locks * Gather more accurate statistics using indexes * Improve statistics storage in pg_class [performance] +* Improve VACUUM speed with indexes [vacuum] SOURCE CODE ----------- @@ -241,7 +242,7 @@ SOURCE CODE * Fix C optimizer problem where fmgr_ptr calls return different types [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 +* -Use macros to define NT open() file parameters, remove NT-specific defines * Change CURRENT to OLD internally for rules * rename pl/tcl to pl/pltcl |
