pgsql: Rename AssertVariableIsOfType to StaticAssertVariableIsOfType
Rename AssertVariableIsOfType to StaticAssertVariableIsOfType
This keeps run-time assertions and static assertions clearly separate.
Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: /messages/by-id/2273bc2a-045d-4a75-8584-7cd9396e5534@eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/137d05df2f2014c584b229310b8635fa6a8572ba
Modified Files
--------------
contrib/hstore_plperl/hstore_plperl.c | 12 +++++-----
contrib/hstore_plpython/hstore_plpython.c | 16 ++++++-------
contrib/jsonb_plpython/jsonb_plpython.c | 8 +++----
contrib/ltree_plpython/ltree_plpython.c | 4 ++--
src/backend/executor/execParallel.c | 2 +-
src/backend/jit/llvm/llvmjit_types.c | 10 ++++----
src/include/access/xlogdefs.h | 2 +-
src/include/c.h | 14 ++++++------
src/include/lib/ilist.h | 38 +++++++++++++++----------------
src/include/lib/pairingheap.h | 8 +++----
src/include/postgres.h | 4 ++--
src/include/storage/proclist.h | 4 ++--
src/include/utils/freepage.h | 2 +-
src/include/utils/relptr.h | 10 ++++----
14 files changed, 67 insertions(+), 67 deletions(-)