summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-01-25 01:04:47 +0000
committerBruce Momjian2002-01-25 01:04:47 +0000
commit974135a7117f7a3b295a2fcd8257ecf59c2ecb89 (patch)
tree5ddb34192ca158681273e0137dcd3cf3121355bb
parentb440e17f5b68f4f36e1311943c54432afe99b2f2 (diff)
Add 128 mention:
> * Increase identifier length (NAMEDATALEN) if small performance hit, > perhaps to standard length of 128; change struct pgNotify to use pid > first, breaks notify API;
-rw-r--r--doc/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 724006572c7..de49846cb25 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jan 24 18:49:32 EST 2002
+Last updated: Thu Jan 24 20:04:28 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -474,8 +474,9 @@ 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;
- change struct pgNotify to use pid first, breaks notify API
+* Increase identifier length (NAMEDATALEN) if small performance hit,
+ perhaps to standard length of 128; change struct pgNotify to use pid
+ first, breaks notify API;
* 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