|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon Nov 26 16:03:08 EST 2001 |
| 3 | +Last updated:Mon Nov 26 16:07:35 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -378,7 +378,7 @@ SOURCE CODE |
378 | 378 | * -Convert remaining fprintf(stderr,...)/perror() to elog() (Peter E) |
379 | 379 | * Fix problems with libpq non-blocking/async code [async] |
380 | 380 | * -Merge global and template BKI files (Tom) |
381 | | -* Fix username/password length limits in all areas, e.g. pg_passwd |
| 381 | +*-Fix username/password length limits in all areas, e.g. pg_passwd |
382 | 382 | * -Remove compile-time upper limit on number of backends (MAXBACKENDS) (Tom) |
383 | 383 | * Make sure all block numbers are unsigned to increase maximum table size |
384 | 384 | * Use BlockNumber rather than int where appropriate |
|