Re: [HACKERS] SERIALIZABLE with parallel query - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [HACKERS] SERIALIZABLE with parallel query
Date
Msg-id CAEepm=03wAv0ko9qHRiVtx6h5CWd1-L3hqP9XN2oXA__8HtryA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] SERIALIZABLE with parallel query  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: [HACKERS] SERIALIZABLE with parallel query
List pgsql-hackers
On Thu, Jun 28, 2018 at 7:55 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> I'd like to test and review this patches but they seem to conflict
> with current HEAD. Could you please rebase them?

Hi Sawada-san,

Thanks!  Rebased and attached.  The only changes are: the LWLock
tranche is now shown as "serializable_xact" instead of "sxact" (hmm,
LWLock tranches have lower_case_names_with_underscores, but individual
LWLocks have CamelCaseName...), and ShareSerializableXact() no longer
does Assert(!IsParallelWorker()).  These changes are based on the last
feedback from Robert.

-- 
Thomas Munro
http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Yugo Nagata
Date:
Subject: Re: CREATE TABLE .. LIKE .. EXCLUDING documentation
Next
From: amul sul
Date:
Subject: Failed assertion due to procedure created with SECURITY DEFINER option