Chris Fedde wrote:
>
> The features and document sets point out that postgresql can run in either
> of an fsync and non-fsync mode. But for the life of me I can't find how to
> make the switch. Am I missing something obvious?
For non-fsync mode, send -F to the backend, using postmaster's -o option eg:
postmaster -o -F
(postmaster -o "-F -more_backend_options")
Cheers,
Patrick