aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-17 22:23:02 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-17 22:23:02 +0000
commit1c4478a5baf270c0ac91413035b32ddb02c15b7d (patch)
tree93f5888832e10ba3a0ce69656d9441b67ce50a98
parent445732a5ff19f34f7d3675fc64d63d03bf6467e0 (diff)
downloadpostgresql-1c4478a5baf270c0ac91413035b32ddb02c15b7d.tar.gz
postgresql-1c4478a5baf270c0ac91413035b32ddb02c15b7d.zip
Add:
> * Allow pg_xlog to be moved without symlinks
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 3f5c77c803b..69e703252c0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Sep 11 20:19:53 EDT 2002
+Last updated: Tue Sep 17 18:22:38 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -437,6 +437,7 @@ Write-Ahead Log
that are too frequent
* Allow xlog directory location to be specified during initdb, perhaps
using symlinks
+* Allow pg_xlog to be moved without symlinks
Optimizer / Executor