diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-17 22:23:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-17 22:23:02 +0000 |
commit | 1c4478a5baf270c0ac91413035b32ddb02c15b7d (patch) | |
tree | 93f5888832e10ba3a0ce69656d9441b67ce50a98 | |
parent | 445732a5ff19f34f7d3675fc64d63d03bf6467e0 (diff) | |
download | postgresql-1c4478a5baf270c0ac91413035b32ddb02c15b7d.tar.gz postgresql-1c4478a5baf270c0ac91413035b32ddb02c15b7d.zip |
Add:
> * Allow pg_xlog to be moved without symlinks
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |