Commit 974135a7 authored by Bruce Momjian's avatar Bruce Momjian

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;
parent b440e17f
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment