Rename AssertVariableIsOfType to StaticAssertVariableIsOfType
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2026-02-03T07:45:24Z
Releases:
19 (unreleased)
Rename AssertVariableIsOfType to StaticAssertVariableIsOfType This keeps run-time assertions and static assertions clearly separate. 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 | +6 −6 |
| contrib/hstore_plpython/hstore_plpython.c | modified | +8 −8 |
| contrib/jsonb_plpython/jsonb_plpython.c | modified | +4 −4 |
| contrib/ltree_plpython/ltree_plpython.c | modified | +2 −2 |
| src/backend/executor/execParallel.c | modified | +1 −1 |
| src/backend/jit/llvm/llvmjit_types.c | modified | +5 −5 |
| src/include/access/xlogdefs.h | modified | +1 −1 |
| src/include/c.h | modified | +7 −7 |
| src/include/lib/ilist.h | modified | +19 −19 |
| src/include/lib/pairingheap.h | modified | +4 −4 |
| src/include/postgres.h | modified | +2 −2 |
| src/include/storage/proclist.h | modified | +2 −2 |
| src/include/utils/freepage.h | modified | +1 −1 |
| src/include/utils/relptr.h | modified | +5 −5 |
Discussion
- rename and move AssertVariableIsOfType 6 messages · 2026-01-26 → 2026-02-16