pgsql: Add ABI extra field to fmgr magic block

Started by Peter Eisentrautover 4 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Add ABI extra field to fmgr magic block

This allows derived products to intentionally make their fmgr ABI
incompatible, with a clean error message.

Discussion: /messages/by-id/55215fda-db31-a045-d6b7-d6f2d2dc9920@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d6d1dfcc99e3dd6e70e2a7024924e491bb7a9670

Modified Files
--------------
src/backend/utils/fmgr/dfmgr.c | 15 +++++++++++++++
src/include/fmgr.h | 7 ++++++-
src/include/pg_config_manual.h | 17 +++++++++++++++++
3 files changed, 38 insertions(+), 1 deletion(-)