FATAL: invalid value for parameter "wal_sync_method": "open_datasync"

Поиск
Список
Период
Сортировка
От Francesco Dalla Ca'
Тема FATAL: invalid value for parameter "wal_sync_method": "open_datasync"
Дата
Msg-id 42B18E4D.6070603@cineca.it
обсуждение исходный текст
Ответы Re: FATAL: invalid value for parameter "wal_sync_method":  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re: FATAL: invalid value for parameter "wal_sync_method":  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-admin
O.S.:
SuSE SLES-8 (i386)
VERSION = 8.1

After some test with the "syncbench" posted on performance mailing-list
(http://archives.postgresql.org/pgsql-performance/2004-09/msg00080.php)
i have obtained that open() with O_DSYNC was the fastest sync method.
I want to test this for parameter "wal_sync_method" on a test workload
directly on Postgres and i have configured that on postgresql.conf file:

wal_sync_method = open_datasync

But at the server start:

 > pg_ctl -D /db10/postgres/data start
postmaster starting
 > FATAL:  invalid value for parameter "wal_sync_method": "open_datasync"

What's wrong?

Best regards.

В списке pgsql-admin по дате отправления:

Предыдущее
От: Din Adrian
Дата:
Сообщение: Re: [SQL] PostgreSQL and Delphi 6
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: FATAL: invalid value for parameter "wal_sync_method":