Change StaticAssertVariableIsOfType to be a declaration
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2026-02-03T07:46:02Z
Releases:
19 (unreleased)
Change StaticAssertVariableIsOfType to be a declaration This allows moving the uses to more natural and useful positions. Also, a declaration is the more native use of static assertions in C. Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/2273bc2a-045d-4a75-8584-7cd9396e5534%40eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| contrib/hstore_plperl/hstore_plperl.c | modified | +7 −6 |
| contrib/hstore_plpython/hstore_plpython.c | modified | +9 −8 |
| contrib/jsonb_plpython/jsonb_plpython.c | modified | +6 −4 |
| contrib/ltree_plpython/ltree_plpython.c | modified | +3 −2 |
| src/include/c.h | modified | +3 −3 |
Discussion
- rename and move AssertVariableIsOfType 6 messages · 2026-01-26 → 2026-02-16