pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple
Date
Msg-id E1vVvi0-001HS9-32@gemulon.postgresql.org
Whole thread Raw
List 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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d88f4535d29f8d5cb50fece06de630984ed78920

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Make postmaster 003_start_stop.pl test less flaky
Next
From: Noah Misch
Date:
Subject: pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple