Re: WIP: Barriers

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: Barriers
Date: 2016-11-01 04:03:56
Message-ID: CAEepm=1wrrzxh=SRCF_Hk4SZQ9BULy1vWsicx0EbgUf0B85vZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 18, 2016 at 1:55 PM, Thomas Munro
<thomas(dot)munro(at)enterprisedb(dot)com> wrote:
> On Tue, Aug 16, 2016 at 1:55 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> If we're going to remove barrier.h, I think that should be a separate
>> commit from creating a new barrier.h.
>
> OK. Here's a patch to remove the old header, and the v2 barrier patch
> which adds phases and attach/detach. As before, it depends on
> condition-variable-v2.patch.

Here's a new version which is rebased and adds support for passing
wait_event through to pg_stat_activity.

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

Attachment Content-Type Size
remove-useless-barrier-header-v2.patch application/octet-stream 4.0 KB
barrier-v3.patch application/octet-stream 8.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2016-11-01 04:06:51 Re: Dynamic shared memory areas
Previous Message Peter Eisentraut 2016-11-01 04:00:36 Re: identity columns