From e9a0de8b3f6c1f65e60556a6257a24bab9f906ff Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 14 Aug 2002 02:24:47 +0000
Subject: [PATCH] Done:

> * -Increase identifier length (NAMEDATALEN) if small performance hit,
> * -Increase maximum number of function parameters if little wasted space
---
 doc/TODO | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 52b061ddfa7..da568497e14 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
-- 
GitLab