Re: Async Commit, v21 (now: v22) - Mailing list pgsql-patches

From Tom Lane
Subject Re: Async Commit, v21 (now: v22)
Date
Msg-id 23304.1185314014@sss.pgh.pa.us
Whole thread Raw
In response to Re: Async Commit, v21 (now: v22)  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: Async Commit, v21 (now: v22)
List pgsql-patches
"Simon Riggs" <simon@2ndquadrant.com> writes:
> There is an explicit test for whether the transaction has modified
> files; if so the commit is always synchronous, even if explicitly
> requested otherwise. Also, utility commands never perform async commits,
> so overall there aren't that many of the commonly used DDL commands that
> could be performed and still have it be an async commit.

Huh?  I see neither a reason for these restrictions nor any way that you
could enforce them without horrid kluges.

            regards, tom lane

pgsql-patches by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Async Commit, v21 (now: v22)
Next
From: Neil Conway
Date:
Subject: Re: RETURN QUERY