先行書き込みログ (WAL) で何が起こっているかを確認できるようwal_debug
に、自分のログに取り掛かりたいと思います。postgresql.conf
PostgreSQLを次のようにコンパイルしました--enable-debug
:
./configure --prefix=/usr/local/pgsql --enable-nls --with-perl --with-libxml --with-pam --enable-debug
これをのボタンに追加しましたpostgresql.conf
wal_debug = on
postgres を起動しようとすると、サーバーが不平を言います:
$ pg_ctl start
server starting
FATAL: unrecognized configuration parameter "wal_debug"
私は何が欠けていますか?