aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-24 23:50:09 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-24 23:50:09 +0000
commitb440e17f5b68f4f36e1311943c54432afe99b2f2 (patch)
tree8a3d84a66737b1322646a75f8e450bf175348de0
parentdaf4891df48af3afbb8e17c171301add2f722ba3 (diff)
downloadpostgresql-b440e17f5b68f4f36e1311943c54432afe99b2f2.tar.gz
postgresql-b440e17f5b68f4f36e1311943c54432afe99b2f2.zip
Updated:
> * Increase identifier length (NAMEDATALEN) if small performance hit; > change struct pgNotify to use pid first, breaks notify API
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 23922fe7fa4..724006572c7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jan 24 18:35:14 EST 2002
+Last updated: Thu Jan 24 18:49:32 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -474,7 +474,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
+* Increase identifier length (NAMEDATALEN) if small performance hit;
+ 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