Re: Synchronous commit not... synchronous? - Mailing list pgsql-hackers

From Daniel Farina
Subject Re: Synchronous commit not... synchronous?
Date
Msg-id CAAZKuFbZutsaW7SUTcdftv+QzxzyGBZQzkQu4bxieVZu6ZNDRw@mail.gmail.com
Whole thread Raw
In response to Re: Synchronous commit not... synchronous?  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Synchronous commit not... synchronous?  (Fujii Masao <masao.fujii@gmail.com>)
Re: Synchronous commit not... synchronous?  (Jeff Janes <jeff.janes@gmail.com>)
Re: Synchronous commit not... synchronous?  (Florian Weimer <fw@deneb.enyo.de>)
List pgsql-hackers
On Wed, Oct 31, 2012 at 10:10 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Btw, I believe that this is correct behavior, because in Peter's case the
> manual command gets the priority on the value of synchronous_commit, no?
> If anybody thinks that I am wrong, feel free to argue on that of course...

The idea of canceling a COMMIT statement causing a COMMIT seems pretty
strange to me.

I would also not expect a cancelled INSERT statement to INSERT, as
seems would happen by applying the same rules in the
autocommit/implicit commit case here.

--
fdr



pgsql-hackers by date:

Previous
From: John Lumby
Date:
Subject: FW: [PATCH] Prefetch index pages for B-Tree index scans
Next
From: Greg Smith
Date:
Subject: RFC: Timing Events