Re: BUG #8236: wal_sync_method open_datasync unavailable - Mailing list pgsql-bugs

From Hari Babu
Subject Re: BUG #8236: wal_sync_method open_datasync unavailable
Date
Msg-id 006701ce6c38$2a79d940$7f6d8bc0$@kommi@huawei.com
Whole thread Raw
In response to BUG #8236: wal_sync_method open_datasync unavailable  (akifo@akifo.net)
List pgsql-bugs
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.

pgsql-bugs by date:

Previous
From: akifo@akifo.net
Date:
Subject: BUG #8236: wal_sync_method open_datasync unavailable
Next
From: james.e.hughes@boeing.com
Date:
Subject: BUG #8238: duplicate of bug #6372 on panffs