|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Jan 24 18:35:14 EST 2002 |
| 3 | +Last updated:Thu Jan 24 18:49:32 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -474,7 +474,8 @@ 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 |
| 477 | +* Increase identifier length (NAMEDATALEN) if small performance hit; |
| 478 | + change struct pgNotify to use pid first, breaks notify API |
478 | 479 | * Increase maximum number of function parameters if little wasted space
|
479 | 480 | * Add documentation for perl, including mention of DBI/DBD perl location
|
480 | 481 | * Add optional CRC checksum to heap and index pages
|
|