summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian2004-04-20 04:26:27 +0000
committerBruce Momjian2004-04-20 04:26:27 +0000
commit8b10da1056f00e38e912d20302e6830a3f8932b0 (patch)
tree254a708b669a4017e678ce57a6e5cbce993ee125 /doc
parentbb18b4739001cfbfb38584f467d53d97666cc114 (diff)
Done:
> * -Exit postmaster if postgresql.conf can not be opened
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 2794e632d4d..ba809ccb1d7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Apr 19 13:03:08 EDT 2004
+Last updated: Tue Apr 20 00:26:26 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -472,7 +472,7 @@ Source Code
* Research interaction of setitimer() and sleep() used by statement_timeout
* -Add checks for fclose() failure (Tom)
* -Change CVS ID to PostgreSQL
-* Exit postmaster if postgresql.conf can not be opened
+* -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
can be run on systems that don't support unix-domain sockets