Skip to content

Commit 2e58802

Browse files
committed
Update .abi-compliance-history for PrepareToInvalidateCacheTuple().
Commit 0f69bed (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
1 parent 0dfbd19 commit 2e58802

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.abi-compliance-history

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
# Be sure to replace "<ADD JUSTIFICATION HERE>" with details of your change and
1919
# why it is deemed acceptable.
2020

21+
8114224719401da8e30131310f1a227781cac6eb
22+
#
23+
# For inplace update, send nontransactional invalidations.
24+
# 2025-12-16 16:13:56 -0800
25+
#
26+
# This changed PrepareToInvalidateCacheTuple() parameters. PGXN contained no
27+
# calls to that function.
28+
2129
95cce56696867c7629d12c3ba1da8edd5bedaa8e
2230
#
2331
# Check for CREATE privilege on the schema in CREATE STATISTICS.

0 commit comments

Comments
 (0)