]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rename AssertVariableIsOfType to StaticAssertVariableIsOfType
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 3 Feb 2026 07:36:47 +0000 (08:36 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 3 Feb 2026 07:45:24 +0000 (08:45 +0100)
commit137d05df2f2014c584b229310b8635fa6a8572ba
treeb774d09a5529c7c78a57cd3eb07c1702b3161022
parente05a24c2d4eab3dd76741dc6e6c18bb0584771c5
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
14 files changed:
contrib/hstore_plperl/hstore_plperl.c
contrib/hstore_plpython/hstore_plpython.c
contrib/jsonb_plpython/jsonb_plpython.c
contrib/ltree_plpython/ltree_plpython.c
src/backend/executor/execParallel.c
src/backend/jit/llvm/llvmjit_types.c
src/include/access/xlogdefs.h
src/include/c.h
src/include/lib/ilist.h
src/include/lib/pairingheap.h
src/include/postgres.h
src/include/storage/proclist.h
src/include/utils/freepage.h
src/include/utils/relptr.h