|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Aug 1300:32:10 EDT 2002 |
| 3 | +Last updated:Tue Aug 1322:24:31 EDT 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -484,10 +484,8 @@ Source Code
|
484 | 484 | * Improve access-permissions check on data directory in Cygwin (Tom)
|
485 | 485 | * -Report failure to find readline or zlib at end of configure run
|
486 | 486 | * Add --port flag to regression tests
|
487 |
| -* Increase identifier length (NAMEDATALEN) if small performance hit, |
488 |
| - perhaps to standard length of 128; change struct pgNotify to use pid |
489 |
| - first, breaks notify API; [namedatalen] |
490 |
| -* Increase maximum number of function parameters if little wasted space |
| 487 | +* -Increase identifier length (NAMEDATALEN) if small performance hit, |
| 488 | +* -Increase maximum number of function parameters if little wasted space |
491 | 489 | * Add documentation for perl, including mention of DBI/DBD perl location
|
492 | 490 | * Add optional CRC checksum to heap and index pages
|
493 | 491 | * Change representation of whole-tuple parameters to functions
|
|