> * Allow xlog directory location to be specified during initdb, perhaps
>   using symlinks
This commit is contained in:
Bruce Momjian 2002-08-23 03:10:15 +00:00
parent 52ee800ed3
commit ec2c71ad39
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -441,7 +441,8 @@ Write-Ahead Log
* Find proper defaults for postgresql.conf WAL entries * Find proper defaults for postgresql.conf WAL entries
* Add checkpoint_min_warning postgresql.conf option to warn about checkpoints * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
that are too frequent that are too frequent
* Allow xlog directory location to be specified during initdb, perhaps
using symlinks
Optimizer / Executor Optimizer / Executor
==================== ====================