Re: SET FSYNC command?

From: Grant Finnemore <gaf(at)ucs(dot)co(dot)za>
To: pgsql-hackers(at)postgreSQL(dot)org
Cc: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Subject: Re: SET FSYNC command?
Date: 2000-05-31 05:12:04
Message-ID: 39349F24.7BEDE31F@ucs.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 is
o 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(at)ucs(dot)co(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2000-05-31 06:03:53 Re: Applying TOAST to CURRENT
Previous Message Hiroshi Inoue 2000-05-31 04:21:32 RE: Using BOOL in indexes