pgsql: Add macro to cast away volatile without allowing changes to unde

Started by Peter Eisentrautabout 7 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Add macro to cast away volatile without allowing changes to underlying type

This adds unvolatize(), which works just like unconstify() but for volatile.

Discussion: /messages/by-id/7a5cbea7-b8df-e910-0f10-04014bcad701@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/481018f2804065cb5ed1cde75b7c0596aeef959a

Modified Files
--------------
src/backend/postmaster/pgstat.c | 2 +-
src/backend/storage/ipc/pmsignal.c | 2 +-
src/include/c.h | 8 +++++++-
3 files changed, 9 insertions(+), 3 deletions(-)