From 2e58802f7332c1718ddb9b6f174ded5f2ffd24f9 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Wed, 17 Dec 2025 09:48:56 -0800 Subject: [PATCH] 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 --- .abi-compliance-history | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.abi-compliance-history b/.abi-compliance-history index b5db30405e3..e55144a4d4f 100644 --- a/.abi-compliance-history +++ b/.abi-compliance-history @@ -18,6 +18,14 @@ # Be sure to replace "" with details of your change and # why it is deemed acceptable. +8114224719401da8e30131310f1a227781cac6eb +# +# For inplace update, send nontransactional invalidations. +# 2025-12-16 16:13:56 -0800 +# +# This changed PrepareToInvalidateCacheTuple() parameters. PGXN contained no +# calls to that function. + 95cce56696867c7629d12c3ba1da8edd5bedaa8e # # Check for CREATE privilege on the schema in CREATE STATISTICS. -- 2.39.5