|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Jan 2418:49:32 EST 2002 |
| 3 | +Last updated:Thu Jan 2420:04:28 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -474,8 +474,9 @@ SOURCE CODE
|
474 | 474 | * Improve access-permissions check on data directory in Cygwin (Tom)
|
475 | 475 | * Report failure to find readline or zlib at end of configure run
|
476 | 476 | * Add --port flag to regression tests
|
477 |
| -* Increase identifier length (NAMEDATALEN) if small performance hit; |
478 |
| - change struct pgNotify to use pid first, breaks notify API |
| 477 | +* Increase identifier length (NAMEDATALEN) if small performance hit, |
| 478 | + perhaps to standard length of 128; change struct pgNotify to use pid |
| 479 | + first, breaks notify API; |
479 | 480 | * Increase maximum number of function parameters if little wasted space
|
480 | 481 | * Add documentation for perl, including mention of DBI/DBD perl location
|
481 | 482 | * Add optional CRC checksum to heap and index pages
|
|