pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple
Date: 2025-12-17 17:53:09
Message-ID: E1vVvi0-001HS7-2z@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update .abi-compliance-history for PrepareToInvalidateCacheTuple().

Commit 0f69beddea113dd1d6c5b6f6d82df577ef3c21f2 (v17) anticipated this:

[C] 'function void PrepareToInvalidateCacheTuple(Relation, HeapTuple, HeapTuple, void (int, typedef uint32, typedef Oid)*)' has some sub-type changes:
parameter 5 of type 'void*' was added
parameter 4 of type 'void (int, typedef uint32, typedef Oid)*' changed:
pointer type changed from: 'void (int, typedef uint32, typedef Oid)*' to: 'void (int, typedef uint32, typedef Oid, void*)*'

Discussion: https://postgr.es/m/20240523000548.58.nmisch@google.com
Backpatch-through: 14-17

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2655d2e47803f9075dd6354f7c317037f2c32e8f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2025-12-17 17:53:10 pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple
Previous Message Tom Lane 2025-12-17 15:57:56 Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur