BUG #8236: wal_sync_method open_datasync unavailable

From: akifo(at)akifo(dot)net
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8236: wal_sync_method open_datasync unavailable
Date: 2013-06-18 05:25:00
Message-ID: E1UooPc-0005UB-Oq@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8236
Logged by: Ivan
Email address: akifo(at)akifo(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Вилен Тамбовцев 2013-06-18 11:37:18 Re: BUG #7971: Xml special symbols are not unescaped when gettting value of Xml via xpath
Previous Message Josh Kupershmidt 2013-06-17 12:47:13 Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist