From: Bruce Momjian Date: Wed, 14 Aug 2002 02:24:47 +0000 (+0000) Subject: Done: X-Git-Tag: REL7_3~938 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9a0de8b3f6c1f65e60556a6257a24bab9f906ff;p=postgresql Done: > * -Increase identifier length (NAMEDATALEN) if small performance hit, > * -Increase maximum number of function parameters if little wasted space --- diff --git a/doc/TODO b/doc/TODO index 52b061ddfa..da568497e1 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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