1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

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

Commit 0f69beddea (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
This commit is contained in:
Noah Misch
2025-12-17 09:48:56 -08:00
parent bcb784e7d2
commit a3e7bbd410

View File

@@ -18,6 +18,14 @@
# Be sure to replace "<ADD JUSTIFICATION HERE>" with details of your change and
# why it is deemed acceptable.
0f69beddea113dd1d6c5b6f6d82df577ef3c21f2
#
# For inplace update, send nontransactional invalidations.
# 2025-12-16 16:13:54 -0800
#
# This changed PrepareToInvalidateCacheTuple() parameters. PGXN contained no
# calls to that function.
e2fb3dfa817fbe89494a62c100e9cb442f4d6b15
#
# Check for CREATE privilege on the schema in CREATE STATISTICS.