Re: Removing shm_mq.c's volatile qualifiers

Thomas Munro <thomas.munro@enterprisedb.com>

From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-02-12T20:23:52Z
Lists: 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


Commits

  1. Remove volatile qualifiers from shm_mq.c.