|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Jan 2617:17:42 EST 2001 |
| 3 | +Last updated:Fri Jan 2623:42:46 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -324,8 +324,9 @@ SOURCE CODE
|
324 | 324 | * Remove unused pg_variable, pg_inheritproc, pg_ipl tables
|
325 | 325 | * Experiment with multi-threaded backend [thread]
|
326 | 326 | * Fix problems with libpq non-blocking/async code [async]
|
327 |
| -* Merge global and template BKI files |
| 327 | +* Merge global and template BKI files (Peter) |
328 | 328 | * Fix username/password length limits in all areas
|
| 329 | +* Remove compile-time upper limit on number of backends (MAXBACKENDS) (Tom) |
329 | 330 |
|
330 | 331 | ---------------------------------------------------------------------------
|
331 | 332 |
|
|