Re: 9.6 and fsync=off - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 9.6 and fsync=off
Date
Msg-id 24748.1461764666@sss.pgh.pa.us
Whole thread Raw
In response to Re: 9.6 and fsync=off  (Petr Jelinek <petr@2ndquadrant.com>)
Responses Re: 9.6 and fsync=off  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
Petr Jelinek <petr@2ndquadrant.com> writes:
> +1 (Abhijit's wording with data loss changed to data corruption)

I'd suggest something like

#fsync = on                # flush data to disk for crash safety                # (turning this off can cause
    # unrecoverable data corruption!)
 
        regards, tom lane



pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Add jsonb_compact(...) for whitespace-free jsonb to text
Next
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] Re: pgsql: Convert contrib/seg's bool-returning SQL functions to V1 call co