Add ABI extra field to fmgr magic block

Peter Eisentraut <peter@eisentraut.org>

Commit: d6d1dfcc99e3dd6e70e2a7024924e491bb7a9670
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-11-22T07:00:14Z
Releases: 15.0
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: https://www.postgresql.org/message-id/flat/55215fda-db31-a045-d6b7-d6f2d2dc9920%40enterprisedb.com

Files

PathChange+/−
src/backend/utils/fmgr/dfmgr.c modified +15 −0
src/include/fmgr.h modified +6 −1
src/include/pg_config_manual.h modified +17 −0

Discussion