pgsql: Make AssertPointerAlignment available to frontend code - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make AssertPointerAlignment available to frontend code
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2fe4c7384f469e077928cd40fa1da4bd05598f1f

Modified Files
--------------
src/include/c.h | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid crash after function syntax error in a replication worker.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Create FKs properly when attaching table as partition