pgsql: Add ABI extra field to fmgr magic block

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add ABI extra field to fmgr magic block
Date: 2021-11-22 07:10:46
Message-ID: E1mp3TS-0004fw-Vp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-11-22 15:12:34 Re: pgsql: Require version 0.98 of Test::More for TAP tests
Previous Message Fujii Masao 2021-11-22 01:29:19 pgsql: Report wait events for local shell commands like archive_command