pgsql: Placate ABI checker. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Placate ABI checker.
Date
Msg-id E1voUiS-001ZDi-0q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Placate ABI checker.

It's not really an ABI break if you change the layout/size of an object
with incomplete type, as commit f94e9141 did, so advance the ABI
compliance reference commit in 16-18 to satisfy build farm animal crake.

Backpatch-through: 16-18
Discussion: https://www.postgresql.org/message-id/1871492.1770409863%40sss.pgh.pa.us

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3c3b34bbee41e8bb1f71e4360d444daa50ea86b1

Modified Files
--------------
.abi-compliance-history | 10 ++++++++++
1 file changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Adjust style of some debugging macros.
Next
From: Thomas Munro
Date:
Subject: pgsql: Placate ABI checker.