pgsql: Rename AssertVariableIsOfType to StaticAssertVariableIsOfType - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Rename AssertVariableIsOfType to StaticAssertVariableIsOfType
Date
Msg-id E1vnBRv-000sFq-0A@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add two IO wait events for COPY FROM/TO on a pipe/file/program
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Reject ADD CONSTRAINT NOT NULL if name mismatches existing const