pgsql: Placate ABI checker.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Placate ABI checker.
Date: 2026-02-06 22:54:20
Message-ID: E1voUiS-001ZDi-0q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2026-02-06 22:54:36 pgsql: Placate ABI checker.
Previous Message Nathan Bossart 2026-02-06 22:25:31 pgsql: Adjust style of some debugging macros.