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

From Peter Eisentraut
Subject Re: unconstify equivalent for volatile
Date
Msg-id 9f355e2f-e3a0-9dff-e205-4bc764c67c29@2ndquadrant.com
Whole thread Raw
In response to Re: unconstify equivalent for volatile  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 2019-02-18 16:42, Andres Freund wrote:
> 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
sigsetjmpcall sites.
 

So, after some recent cleanups and another one attached here, we're now
down to 1.5 uses of this.  (0.5 because the hunk in pmsignal.c doesn't
have a cast right now, but it would need one if s/MemSet/memset/.)
Those seem legitimate.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Prajwal A V
Date:
Subject: Contribution to Perldoc for TestLib module in Postgres
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: ALTER TABLE on system catalogs