Re: Worries about delayed-commit semantics - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Worries about delayed-commit semantics
Date
Msg-id 22334.1182524462@sss.pgh.pa.us
Whole thread Raw
In response to Re: Worries about delayed-commit semantics  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Worries about delayed-commit semantics  (Bruce Momjian <bruce@momjian.us>)
Re: Worries about delayed-commit semantics  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Joshua D. Drake wrote:
>>>> Hm, another possibility: "synchronous_commit = off"

>>>> Ooo, I like that. Any other takers?

>>> Yea, I like that too but I am now realizing that we are not really
>>> deferring or delaying the "COMMIT" command but rather the recovery of
>>> the commit.  GUC as full_commit_recovery?
>> 
>> recovery is a bad word I think. It is related too closely to failure.

> commit_stability?  reliable_commit?

What's wrong with synchronous_commit?  It's accurate and simple.
        regards, tom lane


pgsql-hackers by date:

Previous
From: PFC
Date:
Subject: Re: Worries about delayed-commit semantics
Next
From: "Simon Riggs"
Date:
Subject: Re: Worries about delayed-commit semantics