Commit e9a0de8b authored by Bruce Momjian's avatar Bruce Momjian

Done:

> * -Increase identifier length (NAMEDATALEN) if small performance hit,
> * -Increase maximum number of function parameters if little wasted space
parent c028c2a7
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Aug 13 00:32:10 EDT 2002 Last updated: Tue Aug 13 22:24:31 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -484,10 +484,8 @@ Source Code ...@@ -484,10 +484,8 @@ Source Code
* Improve access-permissions check on data directory in Cygwin (Tom) * Improve access-permissions check on data directory in Cygwin (Tom)
* -Report failure to find readline or zlib at end of configure run * -Report failure to find readline or zlib at end of configure run
* Add --port flag to regression tests * Add --port flag to regression tests
* Increase identifier length (NAMEDATALEN) if small performance hit, * -Increase identifier length (NAMEDATALEN) if small performance hit,
perhaps to standard length of 128; change struct pgNotify to use pid * -Increase maximum number of function parameters if little wasted space
first, breaks notify API; [namedatalen]
* Increase maximum number of function parameters if little wasted space
* Add documentation for perl, including mention of DBI/DBD perl location * Add documentation for perl, including mention of DBI/DBD perl location
* Add optional CRC checksum to heap and index pages * Add optional CRC checksum to heap and index pages
* Change representation of whole-tuple parameters to functions * Change representation of whole-tuple parameters to functions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment