Update .abi-compliance-history for PrepareToInvalidateCacheTuple(). REL_16_STABLE github/REL_16_STABLE
authorNoah Misch <[email protected]>
Wed, 17 Dec 2025 17:48:56 +0000 (09:48 -0800)
committerNoah Misch <[email protected]>
Wed, 17 Dec 2025 17:48:56 +0000 (09:48 -0800)
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[email protected]
Backpatch-through: 14-17

.abi-compliance-history

index dbbfafaec8daafc4a3abeefd873d4bc3c0e3bb99..79e3dfc8f5e188b36cd96812ce363aae3964ff40 100644 (file)
 # Be sure to replace "<ADD JUSTIFICATION HERE>" with details of your change and
 # why it is deemed acceptable.
 
+1d7b02711f70f1ae87be562bca11ea2a9c43e85b
+#
+# For inplace update, send nontransactional invalidations.
+# 2025-12-16 16:13:55 -0800
+#
+# This changed PrepareToInvalidateCacheTuple() parameters.  PGXN contained no
+# calls to that function.
+
 d20abb5876ab61a627d80131b2cb78d9652557e3
 #
 # Check for CREATE privilege on the schema in CREATE STATISTICS.