Re: Removing shm_mq.c's volatile qualifiers - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Removing shm_mq.c's volatile qualifiers
Date
Msg-id CAEepm=0sibSy6nYERM2-5L5XvXM8Ji6vOYbBmQ-Uu1+_gYh=TQ@mail.gmail.com
Whole thread Raw
In response to Re: Removing shm_mq.c's volatile qualifiers  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Tue, Feb 13, 2018 at 9:09 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Sun, Feb 11, 2018 at 6:52 PM, Thomas Munro
> <thomas.munro@enterprisedb.com> wrote:
>> As far as I can see, all the volatile qualifiers in shm_mq.c have been
>> redundant since ec9037df263.
>
> That's the commit that added shm_mq.c.  ITYM 0709b7ee as you said in
> the commit message....

Right, sorry.  They were needed when they were added in ec9037df263
(Jan 2014) but they became redundant in 0709b7ee (Sep 2014).

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CALL stmt, ERROR: unrecognized node type: 113 bug
Next
From: Alvaro Herrera
Date:
Subject: Re: unique indexes on partitioned tables