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

From Thomas Lockhart
Subject Re: SET FSYNC command?
Date
Msg-id 39351801.9A6A9F1E@alumni.caltech.edu
Whole thread Raw
In response to Re: SET FSYNC command?  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Responses Re: SET FSYNC command?
List pgsql-hackers
> > The syntax is unnecessarily obscure and arse-backwards :-(.
> SET ENABLE_FSYNC TO OFF;

Hi Peter. I was noticing that several of the SET keywords have redundant
elements. In this case, istm that
 SET FSYNC=ON;

would be adequate and preferred; the "ENABLE" is implied by the "ON" in
the last example. I realize that you are using a keyword style already
present, but perhaps for 7.1 we can shorten all of those keywords having
"ENABLE_"? 

Comments?
                    - Thomas


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: SET FSYNC command?
Next
From: Thomas Lockhart
Date:
Subject: Re: OO / fe-be protocol