Re: unconstify equivalent for volatile - Mailing list pgsql-hackers

From Andres Freund
Subject Re: unconstify equivalent for volatile
Date
Msg-id 89E5F1DB-5090-4F04-9C76-F320FC928920@anarazel.de
Whole thread Raw
In response to unconstify equivalent for volatile  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: unconstify equivalent for volatile  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Hi,

On February 18, 2019 7:39:25 AM PST, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
>I propose to add an equivalent to unconstify() for volatile.  When
>working on this, I picked the name unvolatize() mostly as a joke, but
>it
>appears it's a real word.  Other ideas?

Shouldn't we just remove just about all those use of volatile? Basically the only valid use these days is on sigsetjmp
callsites. 

Andres

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: unconstify equivalent for volatile
Next
From: Tom Lane
Date:
Subject: Re: unconstify equivalent for volatile