diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-06-25 21:47:24 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-06-25 21:47:24 +0000 |
commit | bcb716854cb6765676a4d933070a349487024e07 (patch) | |
tree | 38fff4359eee40d8fd24dbf91439fa1ca7afe01b | |
parent | 7b65bdc1e49a6e3be6ca3e551f744e6e8468abae (diff) | |
download | postgresql-bcb716854cb6765676a4d933070a349487024e07.tar.gz postgresql-bcb716854cb6765676a4d933070a349487024e07.zip |
sync
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Jun 25 17:46:09 EDT 2003 +Last updated: Wed Jun 25 17:47:22 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -461,7 +461,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* Change CVS $Id: TODO,v 1.1082 2003/06/25 21:46:10 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1082 2003/06/25 21:46:10 momjian Exp $ +* Change CVS $Id: TODO,v 1.1083 2003/06/25 21:47:24 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1083 2003/06/25 21:47:24 momjian Exp $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests |