pgsql: Add ABI extra field to fmgr magic block

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add ABI extra field to fmgr magic block
Дата
Msg-id E1mp3TS-0004fw-Vp@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Report wait events for local shell commands like archive_command
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Require version 0.98 of Test::More for TAP tests