Re: [GENERAL] Switching fsync mode? - Mailing list pgsql-general

From Patrick Welche
Subject Re: [GENERAL] Switching fsync mode?
Date
Msg-id E11ktn7-0006uO-00@quartz.newn.cam.ac.uk
Whole thread Raw
In response to Switching fsync mode?  (Chris Fedde <cfedde@sendmail.com>)
List pgsql-general
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

pgsql-general by date:

Previous
From: Charles Tassell
Date:
Subject: Re: [GENERAL] Switching fsync mode?
Next
From: Martin Weinberg
Date:
Subject: Memory leak in libpq & libpq++?