Re: SET FSYNC command? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: SET FSYNC command?
Date
Msg-id Pine.GSO.4.02A.10005311237540.698-100000@Gepard.DoCS.UU.SE
Whole thread Raw
In response to Re: SET FSYNC command?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, 31 May 2000, Tom Lane wrote:

> > If SHOW PG_OPTIONS; is executed, one of the lines is
> >  o NOTICE: nofsync=0
> > now, SET PG_OPTIONS TO 'nofsync=1';
> > SHOW PG_OPTIONS;
> >  o NOTICE: nofsync=1

> The syntax is unnecessarily obscure and arse-backwards :-(.

No kidding.

Actually, since yesterday you can disable fsync in a multitude of ways:

postmaster -F
postmaster -o '-F'
postmaster --enable-fsync=off
SET ENABLE_FSYNC TO OFF;

but feel free to not care because after all ...

> Once the WAL revisions are done the whole issue will go away anyway,


-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Peter Vazsonyi
Date:
Subject: Re: [SQL] 7.0 weirdness
Next
From: Thomas Lockhart
Date:
Subject: Re: SET FSYNC command?