Add macro to cast away volatile without allowing changes to underlying type
Peter Eisentraut <peter@eisentraut.org>
Add macro to cast away volatile without allowing changes to underlying type This adds unvolatize(), which works just like unconstify() but for volatile. Discussion: https://www.postgresql.org/message-id/flat/7a5cbea7-b8df-e910-0f10-04014bcad701%402ndquadrant.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/pgstat.c | modified | +1 −1 |
| src/backend/storage/ipc/pmsignal.c | modified | +1 −1 |
| src/include/c.h | modified | +7 −1 |
Discussion
- unconstify equivalent for volatile 16 messages · 2019-02-18 → 2019-03-19