|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Jun 2322:54:23 EDT 2003 |
| 3 | +Last updated:Mon Jun 2323:40:07 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -460,9 +460,11 @@ Source Code
|
460 | 460 | * Acquire lock on a relation before building a relcache entry for it
|
461 | 461 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
462 | 462 | * Add checks for fclose() failure
|
463 |
| -* Change CVS $Id: TODO,v 1.1066 2003/06/2402:54:23 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1066 2003/06/2402:54:23 momjian Exp $ |
| 463 | +* Change CVS $Id: TODO,v 1.1067 2003/06/2403:40:09 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1067 2003/06/2403:40:09 momjian Exp $ |
464 | 464 | * Exit postmaster if postgresql.conf can not be opened
|
465 | 465 | * Rename /scripts directory because they are all C programs now
|
| 466 | +* Allow the regression tests to start postmaster with -i so the tests |
| 467 | + can be run on systems that don't support unix-domain sockets |
466 | 468 |
|
467 | 469 | * Wire Protocol Changes
|
468 | 470 | o Show transaction status in psql
|
|