Skip to content
Snippets Groups Projects
Commit e9a0de8b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Done:

> * -Increase identifier length (NAMEDATALEN) if small performance hit,
> * -Increase maximum number of function parameters if little wasted space
parent c028c2a7
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment