Обсуждение: BUG #8236: wal_sync_method open_datasync unavailable

Поиск
Список
Период
Сортировка

BUG #8236: wal_sync_method open_datasync unavailable

От
akifo@akifo.net
Дата:
The following bug has been logged on the website:

Bug reference:      8236
Logged by:          Ivan
Email address:      akifo@akifo.net
PostgreSQL version: 8.4.4
Operating system:   CEntOS 5.4
Description:

Sync method ":open_datasync" daclared as supported (
http://www.postgresql.org/docs/8.4/static/runtime-config-wal.html )


But after changing this parameter I've got the following error:


FATAL:  invalid value for parameter "wal_sync_method": "open_datasync"
HINT:  Available values: fsync, fdatasync, open_sync.

Re: BUG #8236: wal_sync_method open_datasync unavailable

От
Hari Babu
Дата:
On Tuesday, June 18, 2013 10:55 AM Ivan wrote=20
>Sync method ":open_datasync" daclared as supported (
>http://www.postgresql.org/docs/8.4/static/runtime-config-wal.html )
>But after changing this parameter I've got the following error:
>FATAL:  invalid value for parameter "wal_sync_method": "open_datasync"
>HINT:  Available values: fsync, fdatasync, open_sync.

The open_datasync may not supported by your system. Can you please check =
what are types of syncs supported in your system.
Use the pg_test_fsync tool which is present in contrib folder.


Regards,
Hari babu.