pgsql: Add ABI extra field to fmgr magic block - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add ABI extra field to fmgr magic block
Date
Msg-id E1mp3TS-0004fw-Vp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Report wait events for local shell commands like archive_command
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Require version 0.98 of Test::More for TAP tests