Make AssertPointerAlignment available to frontend code
authorPeter Eisentraut <[email protected]>
Thu, 3 Nov 2022 15:53:46 +0000 (11:53 -0400)
committerPeter Eisentraut <[email protected]>
Thu, 3 Nov 2022 16:04:22 +0000 (12:04 -0400)
commit2fe4c7384f469e077928cd40fa1da4bd05598f1f
tree7a1f024e13ae2307d20c9b9539bcde715844849c
parentdea83493800563d9f78b68bf9717988dd272c7c9
Make AssertPointerAlignment available to frontend code

We don't need separate definitions for frontend and backend, since the
contained Assert() will take care of the difference.  So this also
makes it simpler overall.

Reviewed-by: Tom Lane <[email protected]>
Reviewed-by: Michael Paquier <[email protected]>
Discussion: https://www.postgresql.org/message-id/f64365b1-d5f9-ef83-41fe-404810f10e5a@enterprisedb.com
src/include/c.h