diff options
author | Bruce Momjian | 2002-08-14 02:24:47 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-08-14 02:24:47 +0000 |
commit | e9a0de8b3f6c1f65e60556a6257a24bab9f906ff (patch) | |
tree | 6013e2844ff85aa8d9867f0ce2fab4fd522ac0bd | |
parent | c028c2a703318e9fbefa6526fbed170dc3c126c2 (diff) |
Done:
> * -Increase identifier length (NAMEDATALEN) if small performance hit,
> * -Increase maximum number of function parameters if little wasted space
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,6 +1,6 @@ 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) @@ -484,10 +484,8 @@ Source Code * Improve access-permissions check on data directory in Cygwin (Tom) * -Report failure to find readline or zlib at end of configure run * Add --port flag to regression tests -* Increase identifier length (NAMEDATALEN) if small performance hit, - perhaps to standard length of 128; change struct pgNotify to use pid - first, breaks notify API; [namedatalen] -* Increase maximum number of function parameters if little wasted space +* -Increase identifier length (NAMEDATALEN) if small performance hit, +* -Increase maximum number of function parameters if little wasted space * Add documentation for perl, including mention of DBI/DBD perl location * Add optional CRC checksum to heap and index pages * Change representation of whole-tuple parameters to functions |