diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-23 03:10:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-23 03:10:15 +0000 |
commit | ec2c71ad39ab8b5b6caa28751bbae7aa7be54fc6 (patch) | |
tree | b3f6a3b5670862d33e39ad72fae57de2906e52f3 | |
parent | 52ee800ed33b071c4b047092797fb6a37e80ce87 (diff) | |
download | postgresql-ec2c71ad39ab8b5b6caa28751bbae7aa7be54fc6.tar.gz postgresql-ec2c71ad39ab8b5b6caa28751bbae7aa7be54fc6.zip |
Add:
> * Allow xlog directory location to be specified during initdb, perhaps
> using symlinks
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Aug 22 22:46:35 EDT 2002 +Last updated: Thu Aug 22 23:10:11 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -441,7 +441,8 @@ Write-Ahead Log * Find proper defaults for postgresql.conf WAL entries * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints that are too frequent - +* Allow xlog directory location to be specified during initdb, perhaps + using symlinks Optimizer / Executor ==================== |