Re: Removing shm_mq.c's volatile qualifiers

Robert Haas <robertmhaas@gmail.com>

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

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


Commits

  1. Remove volatile qualifiers from shm_mq.c.