mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove NT-specific file open defines by defining our own open macros for
"rb" and "wb".
This commit is contained in:
5
doc/TODO
5
doc/TODO
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user