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

From Grant Finnemore
Subject Re: SET FSYNC command?
Date
Msg-id 39349F24.7BEDE31F@ucs.co.za
Whole thread Raw
In response to SET FSYNC command?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: SET FSYNC command?
List pgsql-hackers
Tatsuo Ishii wrote:

> In 7.0 release note, we have:
>
>         Add SET FSYNC and SHOW PG_OPTIONS commands(Massimo)
>
> I'm confused by this since we don't seem to have SET FSYNC command.

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

Does this actually work?

Regards
Grant

--
> Poorly planned software requires a genius to write it
> and a hero to use it.

Grant Finnemore BSc(Eng)  (mailto:gaf@ucs.co.za)
Software Engineer         Universal Computer Services
Tel  (+27)(11)712-1366    PO Box 31266 Braamfontein 2017, South Africa
Cell (+27)(82)604-5536    20th Floor, 209 Smit St., Braamfontein
Fax  (+27)(11)339-3421    Johannesburg, South Africa





pgsql-hackers by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: RE: Using BOOL in indexes
Next
From: Tom Lane
Date:
Subject: Re: SET FSYNC command?